/linux/net/ipv6/ |
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(dst))); in rpl_output() 300 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_input()
|
H A D | ioam6_iptunnel.c | 273 err = skb_cow_head(skb, hdrlen + dst_dev_overhead(cache_dst, skb)); in ioam6_do_inline() 314 err = skb_cow_head(skb, len + dst_dev_overhead(cache_dst, skb)); in ioam6_do_encap() 445 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in ioam6_output()
|
/linux/net/netfilter/ |
H A D | nf_dup_netdev.c | 41 if (skb_cow_head(skb, skb->mac_len)) in nf_do_netdev_egress()
|
/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/core/ |
H A D | gso.c | 97 err = skb_cow_head(skb, 0); in __skb_gso_segment()
|
/linux/net/sched/ |
H A D | sch_frag.c | 31 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 | 258 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/drivers/net/mctp/ |
H A D | mctp-usb.c | 80 rc = skb_cow_head(skb, sizeof(*hdr)); in mctp_usb_start_xmit()
|
H A D | mctp-i3c.c | 514 rc = skb_cow_head(skb, sizeof(struct mctp_i3c_internal_hdr)); in mctp_i3c_header_create()
|
/linux/drivers/net/ovpn/ |
H A D | crypto_aead.c | 63 if (unlikely(skb_cow_head(skb, OVPN_HEAD_ROOM))) in ovpn_aead_encrypt()
|
/linux/drivers/net/ |
H A D | bareudp.c | 353 err = skb_cow_head(skb, min_headroom); in bareudp_xmit_skb() 421 err = skb_cow_head(skb, min_headroom); in bareudp6_xmit_skb()
|
/linux/net/batman-adv/ |
H A D | fragmentation.c | 535 ret = skb_cow_head(skb, ETH_HLEN + header_size); in batadv_frag_send_packet()
|
H A D | mesh-interface.c | 71 result = skb_cow_head(skb, len); in batadv_skb_head_push()
|
/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/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/include/linux/ |
H A D | if_vlan.h | 352 * Returns: error if skb_cow_head fails. 360 if (skb_cow_head(skb, VLAN_HLEN) < 0) in __vlan_insert_inner_tag() 401 * Returns: error if skb_cow_head fails.
|
/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/ethernet/huawei/hinic3/ |
H A D | hinic3_tx.c | 301 err = skb_cow_head(skb, 0); in hinic3_tso()
|
/linux/net/ipv4/ |
H A D | ip_tunnel.c | 663 if (skb_cow_head(skb, headroom)) { in ip_md_tunnel_xmit() 850 if (skb_cow_head(skb, max_headroom)) { in ip_tunnel_xmit()
|