table of contents
other versions
SKB_FRAG_SET_PAGE(9) | Linux Networking | SKB_FRAG_SET_PAGE(9) |
NAME¶
skb_frag_set_page - sets the page contained in a paged fragment of an skb
SYNOPSIS¶
void skb_frag_set_page(struct sk_buff * skb, int f, struct page * page);
ARGUMENTS¶
struct sk_buff * skb
the buffer
int f
the fragment offset
struct page * page
the page to set
DESCRIPTION¶
Sets the f'th fragment of skb to contain page.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |