1SKB_PAGE_FRAG_REFILL(9)        Linux Networking        SKB_PAGE_FRAG_REFILL(9)
2
3
4

NAME

6       skb_page_frag_refill - check that a page_frag contains enough room
7

SYNOPSIS

9       bool skb_page_frag_refill(unsigned int sz, struct page_frag * pfrag,
10                                 gfp_t gfp);
11

ARGUMENTS

13       sz
14           minimum size of the fragment we want to get
15
16       pfrag
17           pointer to page_frag
18
19       gfp
20           priority for memory allocation
21

NOTE

23       While this allocator tries to use high order pages, there is no
24       guarantee that allocations succeed. Therefore, sz MUST be less or equal
25       than PAGE_SIZE.
26
28Kernel Hackers Manual 3.10         June 2019           SKB_PAGE_FRAG_REFILL(9)
Impressum