skb_frag_set_page(9) 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