| /linux/net/ipv6/ |
| H A D | rpl_iptunnel.c | 245 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_output() 309 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_input()
|
| H A D | ip6_output.c | 65 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip6_finish_output2() 308 head_room = sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dev); in ip6_xmit() 948 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 1037 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment() 1490 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
|
| H A D | seg6_iptunnel.c | 537 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_input_core() 623 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_output_core()
|
| H A D | ioam6_iptunnel.c | 437 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in ioam6_output()
|
| /linux/net/ipv4/ |
| H A D | ip_forward.c | 144 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
|
| H A D | ip_output.c | 205 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2() 796 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment() 984 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data()
|
| H A D | ip_tunnel.c | 648 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in ip_md_tunnel_xmit() 833 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit()
|
| /linux/drivers/infiniband/core/ |
| H A D | lag.c | 24 hdr_len = ETH_HLEN + sizeof(struct udphdr) + LL_RESERVED_SPACE(netdev); in rdma_build_skb()
|
| /linux/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 270 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send() 279 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 611 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in nf_flow_tunnel_ipip_push() 678 headroom = sizeof(*ip6h) + LL_RESERVED_SPACE(rt->dst.dev) + in nf_flow_tunnel_ip6ip6_push() 746 u32 needed_headroom = LL_RESERVED_SPACE(outdev); in nf_flow_encap_push() 781 unsigned int hh_len = LL_RESERVED_SPACE(dev); in __nf_flow_queue_xmit()
|
| H A D | nft_fwd_netdev.c | 168 hh_len = LL_RESERVED_SPACE(dev); in nft_fwd_neigh_eval()
|
| /linux/net/mpls/ |
| H A D | mpls_iptunnel.c | 104 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_xmit()
|
| /linux/drivers/firewire/ |
| H A D | net.c | 371 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new() 375 skb_reserve(new->skb, LL_RESERVED_SPACE(net)); in fwnet_pd_new() 591 skb = dev_alloc_skb(len + LL_RESERVED_SPACE(net)); in fwnet_incoming_packet() 597 skb_reserve(skb, LL_RESERVED_SPACE(net)); in fwnet_incoming_packet()
|
| /linux/net/802/ |
| H A D | garp.c | 226 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in garp_pdu_init() 233 skb_reserve(skb, LL_RESERVED_SPACE(app->dev) + LLC_RESERVE); in garp_pdu_init()
|
| H A D | mrp.c | 314 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in mrp_pdu_init() 321 skb_reserve(skb, LL_RESERVED_SPACE(app->dev)); in mrp_pdu_init()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 36 …needed_headroom read_mostly LL_RESERVED_SPACE/ip_finish_ou…
|
| /linux/drivers/net/ |
| H A D | amt.c | 514 int hlen = LL_RESERVED_SPACE(amt->dev); in amt_build_igmp_gq() 644 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_discovery() 733 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_request() 810 int hlen = LL_RESERVED_SPACE(amt->dev); in amt_build_mld_gq() 1013 err = skb_cow_head(skb, LL_RESERVED_SPACE(amt->dev) + sizeof(*amtmu) + in amt_send_membership_update() 1128 err = skb_cow_head(skb, LL_RESERVED_SPACE(amt->dev) + sizeof(*amtmq) + in amt_send_membership_query() 2584 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_advertisement()
|
| H A D | bareudp.c | 350 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len + in bareudp_xmit_skb() 418 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len + in bareudp6_xmit_skb()
|
| H A D | vrf.c | 801 unsigned int hh_len = LL_RESERVED_SPACE(dev); in vrf_finish_output() 1153 err = skb_cow_head(skb, LL_RESERVED_SPACE(vrf_dev)); in vrf_prepare_mac_header()
|
| /linux/net/ncsi/ |
| H A D | ncsi-cmd.c | 282 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
|
| /linux/net/batman-adv/ |
| H A D | fragmentation.c | 401 unsigned int ll_reserved = LL_RESERVED_SPACE(net_dev); in batadv_frag_create()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 963 hh_len = LL_RESERVED_SPACE(dev); in llc_ui_sendmsg() 979 hh_len != LL_RESERVED_SPACE(dev) || in llc_ui_sendmsg()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 259 hlen = LL_RESERVED_SPACE(master->dev); in hsr_init_skb()
|
| /linux/net/core/ |
| H A D | netpoll.c | 510 total_len = ip_len + LL_RESERVED_SPACE(np->dev); in netpoll_send_udp()
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 250 hlen = LL_RESERVED_SPACE(dst.dev->dev) + sizeof(struct mctp_hdr); in mctp_sendmsg()
|