skb_propagate_pfmemalloc (9) Linux Manual Page
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
page
-
- The page that was allocated from skb_alloc_page
skb
- The skb that may need pfmemalloc set
