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