/linux/Documentation/networking/ |
H A D | skbuff.rst | 20 to as shared skbs (see skb_shared()).
|
/linux/net/ipv6/ |
H A D | ip6_icmp.c | 66 if (skb_shared(skb_in)) in icmpv6_ndo_send()
|
H A D | netfilter.c | 179 if (skb_shared(frag2) || in br_ip6_fragment()
|
H A D | sit.c | 1010 if (skb_headroom(skb) < max_headroom || skb_shared(skb) || in ipip6_tunnel_xmit()
|
H A D | ip6_output.c | 944 if (skb_shared(frag)) in ip6_fragment()
|
/linux/net/core/ |
H A D | pktgen.c | 3513 bool skb_shared = !!(READ_ONCE(pkt_dev->flags) & F_SHARED); in pktgen_xmit() local 3521 /* If 'skb_shared' is false, the read of possible in pktgen_xmit() 3526 if (skb_shared) { in pktgen_xmit() 3568 if (skb_shared) in pktgen_xmit() 3577 if (unlikely(!skb_shared)) { in pktgen_xmit() 3599 if (skb_shared) in pktgen_xmit() 3604 if (!skb_shared && dev_xmit_complete(ret)) in pktgen_xmit() 3644 if (skb_shared) in pktgen_xmit() 3650 if (!skb_shared && dev_xmit_complete(ret)) in pktgen_xmit() 3674 if (skb_shared) in pktgen_xmit() [all...] |
H A D | sock_reuseport.c | 504 if (skb_shared(skb)) { in run_bpf_filter()
|
H A D | datagram.c | 147 if (!skb_shared(skb)) in skb_set_peeked()
|
/linux/net/caif/ |
H A D | cfpkt_skbuff.c | 187 if (unlikely((addlen > 0) || skb_cloned(skb) || skb_shared(skb))) { in cfpkt_add_body()
|
/linux/net/xfrm/ |
H A D | trace_iptfs.h | 183 __entry->shared = skb_shared(skb);
|
H A D | xfrm_iptfs.c | 2238 if (shi->frag_list || skb_cloned(skb) || skb_shared(skb)) in iptfs_output_queued()
|
/linux/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 74 if (skb_shared(frag) || in nf_br_ip_fragment()
|
/linux/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 307 if (unlikely(skb_shared(skb))) { in cvm_oct_xmit()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_main.c | 397 !skb_shared(skb) && !skb_cloned(skb)) { in chtls_recv_rsp()
|
H A D | chtls_cm.c | 214 if (likely(skb && !skb_shared(skb) && !skb_cloned(skb))) { in alloc_ctrl_skb()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | selftest.c | 491 if (skb && !skb_shared(skb)) in efx_end_loopback()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.c | 493 if (skb && !skb_shared(skb)) in ef4_end_loopback()
|
/linux/drivers/net/ |
H A D | veth.c | 756 if (skb_shared(skb) || skb_head_is_locked(skb) || in veth_convert_skb_to_xdp_buff() 942 if (skb_shared(skb) || skb_unclone(skb, GFP_ATOMIC)) in veth_xdp_rcv()
|
/linux/net/packet/ |
H A D | af_packet.c | 2217 if (skb_shared(skb)) { in packet_rcv() 2272 if (skb_head != skb->data && skb_shared(skb)) { in packet_rcv() 2370 if (skb_shared(skb)) { in tpacket_rcv() 2545 if (skb_head != skb->data && skb_shared(skb)) { in tpacket_rcv()
|
/linux/net/bridge/ |
H A D | br_netfilter_hooks.c | 607 WARN_ON_ONCE(skb_shared(skb)); in br_nf_local_in()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.c | 846 } else if (skb_shared(skb)) { in mwifiex_clone_skb_for_tx_status()
|
/linux/drivers/atm/ |
H A D | solos-pci.c | 983 if (!wait_event_timeout(card->param_wq, !skb_shared(skb), 5 * HZ)) in pclose()
|
/linux/include/linux/ |
H A D | skbuff.h | 2057 * skb_shared - is the buffer shared 2063 static inline int skb_shared(const struct sk_buff *skb) in skb_shared() function 2084 if (skb_shared(skb)) { in skb_share_check()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 1360 if (likely(!skb_shared(skb))) in t3_eth_xmit()
|