1SKB_FRAG_SET_PAGE(9) Linux Networking SKB_FRAG_SET_PAGE(9)
23
4
NAME
6skb_frag_set_page - sets the page contained in a paged fragment of an
7skb
8
SYNOPSIS
10void skb_frag_set_page(struct sk_buff * skb, int f,
11struct page * page);
12
ARGUMENTS
14skb
15the buffer
1617
f
18the fragment offset
1920
page
21the page to set
22
DESCRIPTION
24Sets the f´th fragment of skb to contain page.
25
COPYRIGHT
27Kernel Hackers Manual 2.6. June 2019 SKB_FRAG_SET_PAGE(9)