| /linux/net/ipv6/ |
| H A D | netfilter.c | 152 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment() 208 LL_RESERVED_SPACE(skb->dev), prevhdr, nexthdr, frag_id, in br_ip6_fragment()
|
| 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() 310 head_room = sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dev); in ip6_xmit() 950 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 1039 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment() 1491 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
|
| H A D | seg6_iptunnel.c | 600 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_input_core() 704 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/core/ |
| H A D | lwt_bpf.c | 257 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in bpf_lwt_xmit_reroute() 285 int hroom = LL_RESERVED_SPACE(dst->dev); in bpf_xmit() 639 len + LL_RESERVED_SPACE(skb_dst(skb)->dev)); in bpf_lwt_push_ip_encap()
|
| /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 | 204 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2() 799 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment() 987 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data()
|
| /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 | 274 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send() 283 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 599 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in nf_flow_tunnel_ipip_push() 661 headroom = sizeof(*ip6h) + LL_RESERVED_SPACE(rt->dst.dev) + in nf_flow_tunnel_ip6ip6_push() 705 u32 needed_headroom = LL_RESERVED_SPACE(outdev); in nf_flow_encap_push() 740 unsigned int hh_len = LL_RESERVED_SPACE(dev); in __nf_flow_queue_xmit()
|
| /linux/drivers/firewire/ |
| H A D | net.c | 373 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new() 377 skb_reserve(new->skb, LL_RESERVED_SPACE(net)); in fwnet_pd_new() 593 skb = dev_alloc_skb(len + LL_RESERVED_SPACE(net)); in fwnet_incoming_packet() 599 skb_reserve(skb, LL_RESERVED_SPACE(net)); in fwnet_incoming_packet()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_net.c | 564 skb = alloc_skb(paylen + hdr_len + LL_RESERVED_SPACE(ndev), in rxe_init_packet() 575 skb_reserve(skb, hdr_len + LL_RESERVED_SPACE(ndev)); in rxe_init_packet()
|
| /linux/net/ncsi/ |
| H A D | ncsi-cmd.c | 282 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 348 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len + in bareudp_xmit_skb() 416 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len + in bareudp6_xmit_skb()
|
| 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() 735 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_request() 812 int hlen = LL_RESERVED_SPACE(amt->dev); in amt_build_mld_gq() 1016 err = skb_cow_head(skb, LL_RESERVED_SPACE(amt->dev) + sizeof(*amtmu) + in amt_send_membership_update() 1131 err = skb_cow_head(skb, LL_RESERVED_SPACE(amt->dev) + sizeof(*amtmq) + in amt_send_membership_query() 2626 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_advertisement()
|
| /linux/net/bridge/netfilter/ |
| H A D | nf_conntrack_bridge.c | 54 ll_rs = LL_RESERVED_SPACE(skb->dev); in nf_br_ip_fragment()
|
| /linux/net/802/ |
| 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/net/batman-adv/ |
| H A D | fragmentation.c | 472 unsigned int ll_reserved = LL_RESERVED_SPACE(net_dev); in batadv_frag_create()
|
| /linux/net/ieee802154/ |
| H A D | socket.c | 280 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg() 657 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 959 hh_len = LL_RESERVED_SPACE(dev); in llc_ui_sendmsg() 975 hh_len != LL_RESERVED_SPACE(dev) || in llc_ui_sendmsg()
|
| /linux/drivers/net/ppp/ |
| H A D | pppoe.c | 796 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg() 869 if (skb_cow_head(skb, LL_RESERVED_SPACE(dev) + sizeof(*ph))) in pppoe_xmit()
|
| H A D | pptp.c | 176 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 259 hlen = LL_RESERVED_SPACE(master->dev); in hsr_init_skb()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 1182 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct iphdr); in ip_vs_tunnel_xmit() 1327 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr); in ip_vs_tunnel_xmit_v6()
|