Scroll to navigation

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

skb

the buffer

f

the fragment offset

page

the page to set

DESCRIPTION

Sets the f'th fragment of skb to contain page.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10