Searched refs:pp_recycle (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/core/
H A Dgro.c111 if (p->pp_recycle != skb->pp_recycle)
H A Dskbuff.c1055 if (!IS_ENABLED(CONFIG_PAGE_POOL) || !skb->pp_recycle)
1066 * i.e. when skb->pp_recycle is true, and not for fragments in a
1076 if (!skb->pp_recycle)
1130 napi_frag_unref(&shinfo->frags[i], skb->pp_recycle, napi_safe);
1138 /* When we clone an SKB we copy the reycling bit. The pp_recycle
1147 skb->pp_recycle = 0;
1589 C(pp_recycle);
4232 __skb_frag_unref(fragfrom, skb->pp_recycle);
5930 * references if @from is cloned and !@to->pp_recycle but its
5934 if (to->pp_recycle !
[all...]
/linux-master/include/linux/
H A Dskbuff.h800 * @pp_recycle: mark the packet for recycling instead of freeing (implies
931 pp_recycle:1; /* page_pool recycle indicator */ member in struct:sk_buff
3525 if (skb->pp_recycle && napi_pp_put_page(page, napi_safe))
3568 __skb_frag_unref(&shinfo->frags[f], skb->pp_recycle);
5156 skb->pp_recycle = 1;

Completed in 167 milliseconds