Searched refs:napi_safe (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dskbuff.c1008 bool napi_pp_put_page(struct page *page, bool napi_safe) argument
1033 if (napi_safe || in_softirq()) {
1053 static bool skb_pp_recycle(struct sk_buff *skb, void *data, bool napi_safe) argument
1057 return napi_pp_put_page(virt_to_page(data), napi_safe);
1099 static void skb_free_head(struct sk_buff *skb, bool napi_safe) argument
1104 if (skb_pp_recycle(skb, head, napi_safe))
1113 bool napi_safe)
1130 napi_frag_unref(&shinfo->frags[i], skb->pp_recycle, napi_safe);
1136 skb_free_head(skb, napi_safe);
1198 bool napi_safe)
1112 skb_release_data(struct sk_buff *skb, enum skb_drop_reason reason, bool napi_safe) argument
1197 skb_release_all(struct sk_buff *skb, enum skb_drop_reason reason, bool napi_safe) argument
[all...]
/linux-master/include/linux/
H A Dskbuff.h3519 bool napi_pp_put_page(struct page *page, bool napi_safe);
3522 skb_page_unref(const struct sk_buff *skb, struct page *page, bool napi_safe) argument
3525 if (skb->pp_recycle && napi_pp_put_page(page, napi_safe))
3532 napi_frag_unref(skb_frag_t *frag, bool recycle, bool napi_safe) argument
3537 if (recycle && napi_pp_put_page(page, napi_safe))

Completed in 252 milliseconds