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.