Lines Matching refs:pp_recycle
1045 if (!IS_ENABLED(CONFIG_PAGE_POOL) || !skb->pp_recycle)
1056 * i.e. when skb->pp_recycle is true, and not for fragments in a
1066 if (!skb->pp_recycle)
1116 __skb_frag_unref(&shinfo->frags[i], skb->pp_recycle);
1124 /* When we clone an SKB we copy the reycling bit. The pp_recycle
1133 skb->pp_recycle = 0;
1626 C(pp_recycle);
4299 DEBUG_NET_WARN_ON_ONCE(tgt->pp_recycle != skb->pp_recycle);
4380 __skb_frag_unref(fragfrom, skb->pp_recycle);
6199 * references if @from is cloned and !@to->pp_recycle but its
6203 if (to->pp_recycle != from->pp_recycle)