Home
last modified time | relevance | path

Searched refs:LL_RESERVED_SPACE (Results 1 – 36 of 36) sorted by relevance

/linux-4.4.14/net/ipv4/
Dip_forward.c131 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
Dip_output.c180 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2()
193 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in ip_finish_output2()
671 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment()
898 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data()
1223 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in ip_append_page()
Draw.c360 hlen = LL_RESERVED_SPACE(rt->dst.dev); in raw_send_hdrinc()
Darp.c529 int hlen = LL_RESERVED_SPACE(dev); in arp_create()
Dipconfig.c813 int hlen = LL_RESERVED_SPACE(dev); in ic_bootp_send_if()
Dip_tunnel.c787 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit()
Dip_gre.c546 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in gre_fb_xmit()
Digmp.c333 int hlen = LL_RESERVED_SPACE(dev); in igmpv3_newpack()
703 hlen = LL_RESERVED_SPACE(dev); in igmp_send_report()
Dipmr.c1747 encap += LL_RESERVED_SPACE(dev) + rt->dst.header_len; in ipmr_queue_xmit()
/linux-4.4.14/net/mpls/
Dmpls_iptunnel.c85 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_output()
Daf_mpls.c292 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_forward()
/linux-4.4.14/net/xfrm/
Dxfrm_output.c27 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space()
/linux-4.4.14/net/802/
Dgarp.c215 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in garp_pdu_init()
222 skb_reserve(skb, LL_RESERVED_SPACE(app->dev) + LLC_RESERVE); in garp_pdu_init()
Dmrp.c303 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in mrp_pdu_init()
310 skb_reserve(skb, LL_RESERVED_SPACE(app->dev)); in mrp_pdu_init()
/linux-4.4.14/drivers/firewire/
Dnet.c374 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new()
378 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-4.4.14/net/hsr/
Dhsr_device.c274 hlen = LL_RESERVED_SPACE(master->dev); in send_hsr_supervision_frame()
/linux-4.4.14/drivers/net/
Dvrf.c519 unsigned int hh_len = LL_RESERVED_SPACE(dev); in vrf_finish_output()
528 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in vrf_finish_output()
Dgeneve.c649 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in geneve_build_skb()
685 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len in geneve6_build_skb()
Dvxlan.c1448 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in vxlan_na_create()
1456 skb_reserve(reply, LL_RESERVED_SPACE(request->dev)); in vxlan_na_create()
1713 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len in vxlan6_xmit_skb()
1796 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in vxlan_xmit_skb()
/linux-4.4.14/net/ieee802154/
Dsocket.c285 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg()
649 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
/linux-4.4.14/net/ipv6/
Dip6_output.c178 head_room += sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dst->dev); in ip6_xmit()
610 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()
1283 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
Draw.c622 int hlen = LL_RESERVED_SPACE(rt->dst.dev); in rawv6_send_hdrinc()
Dmcast.c1560 int hlen = LL_RESERVED_SPACE(dev); in mld_newpack()
1939 int hlen = LL_RESERVED_SPACE(dev); in igmp6_send()
Dndisc.c383 int hlen = LL_RESERVED_SPACE(dev); in ndisc_alloc_skb()
Dip6_tunnel.c1119 max_headroom += LL_RESERVED_SPACE(tdev); in ip6_tnl_xmit2()
Dip6_gre.c689 max_headroom += LL_RESERVED_SPACE(tdev) + gre_hlen + dst->header_len; in ip6gre_xmit2()
Dsit.c957 max_headroom = LL_RESERVED_SPACE(tdev) + t_hlen; in ipip6_tunnel_xmit()
Dip6mr.c2055 if (skb_cow(skb, sizeof(*ipv6h) + LL_RESERVED_SPACE(dev))) in ip6mr_forward2()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_xmit.c1012 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct iphdr); in ip_vs_tunnel_xmit()
1107 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr); in ip_vs_tunnel_xmit_v6()
/linux-4.4.14/net/core/
Dnetpoll.c396 total_len = ip_len + LL_RESERVED_SPACE(np->dev); in netpoll_send_udp()
Dpktgen.c2281 pkt_dev->pkt_overhead = LL_RESERVED_SPACE(pkt_dev->odev); in set_pkt_overhead()
2792 skb_reserve(skb, LL_RESERVED_SPACE(dev)); in pktgen_alloc_skb()
/linux-4.4.14/drivers/net/ppp/
Dpptp.c204 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
/linux-4.4.14/net/packet/
Daf_packet.c1891 size_t reserved = LL_RESERVED_SPACE(dev); in packet_sendmsg_spkt()
2523 hlen = LL_RESERVED_SPACE(dev); in tpacket_snd()
2743 hlen = LL_RESERVED_SPACE(dev); in packet_snd()
/linux-4.4.14/net/decnet/
Ddn_route.c800 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+header_len)) in dn_forward()
Daf_decnet.c1856 mtu -= LL_RESERVED_SPACE(dev); in dn_mss_from_pmtu()
/linux-4.4.14/include/linux/
Dnetdevice.h254 #define LL_RESERVED_SPACE(dev) \ macro