Home
last modified time | relevance | path

Searched refs:skb_orphan_frags_rx (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/Documentation/networking/
Dmsg_zerocopy.rst256 skb_orphan_frags_rx identical to skb_orphan_frags.
/linux-6.6.21/net/core/
Ddev.c2230 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) in deliver_skb()
2340 if (!skb_orphan_frags_rx(skb2, GFP_ATOMIC)) in dev_queue_xmit_nit()
5520 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) in __netif_receive_skb_core()
Dskbuff.c5309 if (skb_orphan_frags_rx(skb, GFP_ATOMIC)) { in __skb_tstamp_tx()
/linux-6.6.21/include/linux/
Dskbuff.h3144 static inline int skb_orphan_frags_rx(struct sk_buff *skb, gfp_t gfp_mask) in skb_orphan_frags_rx() function
/linux-6.6.21/drivers/net/
Dtun.c1119 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) { in tun_net_xmit()