other versions
SKB_PROPAGATE_PFMEMA(9) | Linux Networking | SKB_PROPAGATE_PFMEMA(9) |
NAME¶
skb_propagate_pfmemalloc - Propagate pfmemalloc if skb is allocated after RX page
SYNOPSIS¶
void skb_propagate_pfmemalloc(struct page * page, struct sk_buff * skb);
ARGUMENTS¶
struct page * page
The page that was allocated from skb_alloc_page
struct sk_buff * skb
The skb that may need pfmemalloc set
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |