Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/networking/
Dmsg_zerocopy.rst262 skb_orphan_frags_rx identical to skb_orphan_frags.
/linux-6.12.1/net/core/
Ddev.c2236 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) in deliver_skb()
2346 if (!skb_orphan_frags_rx(skb2, GFP_ATOMIC)) in dev_queue_xmit_nit()
5635 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) in __netif_receive_skb_core()
Dskbuff.c5576 if (skb_orphan_frags_rx(skb, GFP_ATOMIC)) { in __skb_tstamp_tx()
/linux-6.12.1/include/linux/
Dskbuff.h3283 static inline int skb_orphan_frags_rx(struct sk_buff *skb, gfp_t gfp_mask) in skb_orphan_frags_rx() function
/linux-6.12.1/drivers/net/
Dtun.c1114 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) { in tun_net_xmit()