/linux/net/ipv6/ |
H A D | seg6_iptunnel.c | 140 err = skb_cow_head(skb, tot_len + dst_dev_overhead(cache_dst, skb)); in __seg6_do_srh_encap() 240 err = skb_cow_head(skb, tot_len + dst_dev_overhead(cache_dst, skb)); in seg6_do_srh_encap_red() 336 err = skb_cow_head(skb, hdrlen + dst_dev_overhead(cache_dst, skb)); in __seg6_do_srh_inline() 510 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_input_core() 596 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_output_core()
|
H A D | rpl_iptunnel.c | 157 err = skb_cow_head(skb, hdrlen + dst_dev_overhead(cache_dst, skb)); in rpl_do_srh_inline() 245 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in rpl_output() 300 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in rpl_input()
|
H A D | ioam6_iptunnel.c | 264 err = skb_cow_head(skb, hdrlen + dst_dev_overhead(cache_dst, skb)); in ioam6_do_inline() 305 err = skb_cow_head(skb, len + dst_dev_overhead(cache_dst, skb)); in ioam6_do_encap() 420 err = skb_cow_head(skb, LL_RESERVED_SPACE(cache_dst->dev)); in ioam6_output()
|
H A D | ip6_gre.c | 792 if (skb_cow_head(skb, dev->needed_headroom ?: tun_hlen + tunnel->encap_hlen)) in __gre6_xmit() 803 if (skb_cow_head(skb, dev->needed_headroom ?: tunnel->hlen)) in __gre6_xmit() 992 if (skb_cow_head(skb, dev->needed_headroom ?: t->hlen)) in ip6erspan_tunnel_xmit()
|
/linux/net/netfilter/ |
H A D | nf_dup_netdev.c | 27 if (skb_cow_head(skb, skb->mac_len)) in nf_do_netdev_egress()
|
/linux/net/core/ |
H A D | lwt_bpf.c | 253 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in bpf_lwt_xmit_reroute() 620 err = skb_cow_head(skb, len + skb->mac_len); in bpf_lwt_push_ip_encap() 622 err = skb_cow_head(skb, in bpf_lwt_push_ip_encap()
|
H A D | gso.c | 97 err = skb_cow_head(skb, 0); in __skb_gso_segment()
|
/linux/net/nsh/ |
H A D | nsh.c | 30 if (skb_cow_head(skb, length) < 0) in nsh_push()
|
/linux/net/ife/ |
H A D | ife.c | 46 err = skb_cow_head(skb, total_push); in ife_encode()
|
/linux/net/sched/ |
H A D | sch_frag.c | 27 if (skb_cow_head(skb, data->l2_len) < 0) { in sch_frag_xmit()
|
/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 153 if (skb_cow_head(skb, required_headroom) < 0) in rmnet_map_egress_handler()
|
/linux/net/nfc/nci/ |
H A D | data.c | 226 if (skb_cow_head(skb, reassembly_len)) { in nci_add_rx_data_frag()
|
/linux/net/mpls/ |
H A D | mpls_iptunnel.c | 109 if (skb_cow_head(skb, hh_len + new_header_size)) in mpls_xmit()
|
/linux/drivers/net/usb/ |
H A D | cx82310_eth.c | 321 if (skb_cow_head(skb, 2)) { in cx82310_tx_fixup()
|
H A D | ch9200.c | 255 if (skb_cow_head(skb, tx_overhead)) { in ch9200_tx_fixup()
|
H A D | sr9700.c | 466 if (skb_cow_head(skb, SR_TX_OVERHEAD)) { in sr9700_tx_fixup()
|
/linux/net/batman-adv/ |
H A D | fragmentation.c | 535 ret = skb_cow_head(skb, ETH_HLEN + header_size); in batadv_frag_send_packet()
|
/linux/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 370 err = skb_cow_head(skb, ETH_HLEN); in nf_ct_bridge_frag_restore()
|
/linux/drivers/net/wireguard/ |
H A D | send.c | 193 if (unlikely(skb_cow_head(skb, DATA_PACKET_HEAD_ROOM) < 0)) in encrypt_packet()
|
/linux/include/linux/ |
H A D | if_vlan.h | 355 if (skb_cow_head(skb, VLAN_HLEN) < 0) in __vlan_insert_inner_tag()
|
/linux/net/phonet/ |
H A D | af_phonet.c | 433 if (skb_cow_head(skb, out_dev->hard_header_len)) in phonet_rcv()
|
/linux/drivers/net/wwan/ |
H A D | mhi_wwan_mbim.c | 118 if (skb_cow_head(skb, sizeof(struct mbim_tx_hdr))) { in mbim_tx_fixup()
|
/linux/drivers/net/mctp/ |
H A D | mctp-i3c.c | 514 rc = skb_cow_head(skb, sizeof(struct mctp_i3c_internal_hdr)); in mctp_i3c_header_create()
|
/linux/net/ipv4/ |
H A D | ip_tunnel.c | 662 if (skb_cow_head(skb, headroom)) { in ip_md_tunnel_xmit() 849 if (skb_cow_head(skb, max_headroom)) { in ip_tunnel_xmit()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_rxtx.c | 819 if (skb_cow_head(skb, PRESTERA_DSA_HLEN) < 0) in prestera_rxtx_xmit()
|