Home
last modified time | relevance | path

Searched refs:skb_shared (Results 1 – 24 of 24) sorted by relevance

/linux/Documentation/networking/
H A Dskbuff.rst20 to as shared skbs (see skb_shared()).
/linux/net/ipv6/
H A Dip6_icmp.c66 if (skb_shared(skb_in)) in icmpv6_ndo_send()
H A Dnetfilter.c179 if (skb_shared(frag2) || in br_ip6_fragment()
H A Dsit.c1010 if (skb_headroom(skb) < max_headroom || skb_shared(skb) || in ipip6_tunnel_xmit()
H A Dip6_output.c944 if (skb_shared(frag)) in ip6_fragment()
/linux/net/core/
H A Dpktgen.c3513 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 Dsock_reuseport.c504 if (skb_shared(skb)) { in run_bpf_filter()
H A Ddatagram.c147 if (!skb_shared(skb)) in skb_set_peeked()
/linux/net/caif/
H A Dcfpkt_skbuff.c187 if (unlikely((addlen > 0) || skb_cloned(skb) || skb_shared(skb))) { in cfpkt_add_body()
/linux/net/xfrm/
H A Dtrace_iptfs.h183 __entry->shared = skb_shared(skb);
H A Dxfrm_iptfs.c2238 if (shi->frag_list || skb_cloned(skb) || skb_shared(skb)) in iptfs_output_queued()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c74 if (skb_shared(frag) || in nf_br_ip_fragment()
/linux/drivers/staging/octeon/
H A Dethernet-tx.c307 if (unlikely(skb_shared(skb))) { in cvm_oct_xmit()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c397 !skb_shared(skb) && !skb_cloned(skb)) { in chtls_recv_rsp()
H A Dchtls_cm.c214 if (likely(skb && !skb_shared(skb) && !skb_cloned(skb))) { in alloc_ctrl_skb()
/linux/drivers/net/ethernet/sfc/siena/
H A Dselftest.c491 if (skb && !skb_shared(skb)) in efx_end_loopback()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c493 if (skb && !skb_shared(skb)) in ef4_end_loopback()
/linux/drivers/net/
H A Dveth.c756 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 Daf_packet.c2217 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 Dbr_netfilter_hooks.c607 WARN_ON_ONCE(skb_shared(skb)); in br_nf_local_in()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c846 } else if (skb_shared(skb)) { in mwifiex_clone_skb_for_tx_status()
/linux/drivers/atm/
H A Dsolos-pci.c983 if (!wait_event_timeout(card->param_wq, !skb_shared(skb), 5 * HZ)) in pclose()
/linux/include/linux/
H A Dskbuff.h2057 * 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 Dsge.c1360 if (likely(!skb_shared(skb))) in t3_eth_xmit()