Home
last modified time | relevance | path

Searched refs:skb_cow_head (Results 1 – 25 of 79) sorted by relevance

1234

/linux/net/ipv6/
H A Drpl_iptunnel.c157 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 Dioam6_iptunnel.c273 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 Dnf_dup_netdev.c41 if (skb_cow_head(skb, skb->mac_len)) in nf_do_netdev_egress()
/linux/net/nsh/
H A Dnsh.c30 if (skb_cow_head(skb, length) < 0) in nsh_push()
/linux/net/ife/
H A Dife.c46 err = skb_cow_head(skb, total_push); in ife_encode()
/linux/net/core/
H A Dgso.c97 err = skb_cow_head(skb, 0); in __skb_gso_segment()
/linux/net/sched/
H A Dsch_frag.c31 if (skb_cow_head(skb, data->l2_len) < 0) { in sch_frag_xmit()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c153 if (skb_cow_head(skb, required_headroom) < 0) in rmnet_map_egress_handler()
/linux/net/nfc/nci/
H A Ddata.c226 if (skb_cow_head(skb, reassembly_len)) { in nci_add_rx_data_frag()
/linux/net/mpls/
H A Dmpls_iptunnel.c109 if (skb_cow_head(skb, hh_len + new_header_size)) in mpls_xmit()
/linux/drivers/net/usb/
H A Dcx82310_eth.c321 if (skb_cow_head(skb, 2)) { in cx82310_tx_fixup()
H A Dch9200.c258 if (skb_cow_head(skb, tx_overhead)) { in ch9200_tx_fixup()
H A Dsr9700.c466 if (skb_cow_head(skb, SR_TX_OVERHEAD)) { in sr9700_tx_fixup()
/linux/drivers/net/mctp/
H A Dmctp-usb.c80 rc = skb_cow_head(skb, sizeof(*hdr)); in mctp_usb_start_xmit()
H A Dmctp-i3c.c514 rc = skb_cow_head(skb, sizeof(struct mctp_i3c_internal_hdr)); in mctp_i3c_header_create()
/linux/drivers/net/ovpn/
H A Dcrypto_aead.c63 if (unlikely(skb_cow_head(skb, OVPN_HEAD_ROOM))) in ovpn_aead_encrypt()
/linux/drivers/net/
H A Dbareudp.c353 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 Dfragmentation.c535 ret = skb_cow_head(skb, ETH_HLEN + header_size); in batadv_frag_send_packet()
H A Dmesh-interface.c71 result = skb_cow_head(skb, len); in batadv_skb_head_push()
/linux/drivers/net/wireguard/
H A Dsend.c193 if (unlikely(skb_cow_head(skb, DATA_PACKET_HEAD_ROOM) < 0)) in encrypt_packet()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c370 err = skb_cow_head(skb, ETH_HLEN); in nf_ct_bridge_frag_restore()
/linux/include/linux/
H A Dif_vlan.h352 * 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 Daf_phonet.c433 if (skb_cow_head(skb, out_dev->hard_header_len)) in phonet_rcv()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c301 err = skb_cow_head(skb, 0); in hinic3_tso()
/linux/net/ipv4/
H A Dip_tunnel.c663 if (skb_cow_head(skb, headroom)) { in ip_md_tunnel_xmit()
850 if (skb_cow_head(skb, max_headroom)) { in ip_tunnel_xmit()

1234