Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/
H A Dmsg_zerocopy.rst256 skb_orphan_frags_rx identical to skb_orphan_frags.
/openbmc/linux/net/core/
H A Ddev.c2261 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) in deliver_skb()
2371 if (!skb_orphan_frags_rx(skb2, GFP_ATOMIC)) in dev_queue_xmit_nit()
5561 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) in __netif_receive_skb_core()
H A Dskbuff.c5320 if (skb_orphan_frags_rx(skb, GFP_ATOMIC)) { in __skb_tstamp_tx()
/openbmc/linux/include/linux/
H A Dskbuff.h3165 static inline int skb_orphan_frags_rx(struct sk_buff *skb, gfp_t gfp_mask) in skb_orphan_frags_rx() function
/openbmc/linux/drivers/net/
H A Dtun.c1119 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC))) { in tun_net_xmit()