/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozproto.h | 13 #define OZ_ALLOCATED_SPACE(__x) (LL_RESERVED_SPACE(__x)+(__x)->needed_tailroom)
|
D | ozpd.c | 424 skb_reserve(skb, LL_RESERVED_SPACE(dev)); in oz_build_frame() 583 skb_reserve(skb, LL_RESERVED_SPACE(dev)); in oz_send_isoc_frame() 739 skb_reserve(skb, LL_RESERVED_SPACE(dev)); in oz_send_isoc_unit()
|
D | ozproto.c | 88 skb_reserve(skb, LL_RESERVED_SPACE(dev)); in oz_send_conn_rsp()
|
/linux-4.1.27/net/ipv4/ |
D | ip_forward.c | 125 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
|
D | ip_output.c | 176 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2() 189 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in ip_finish_output2() 647 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_fragment() 871 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data() 1195 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in ip_append_page()
|
D | geneve.c | 116 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in geneve_xmit_skb()
|
D | raw.c | 360 hlen = LL_RESERVED_SPACE(rt->dst.dev); in raw_send_hdrinc()
|
D | arp.c | 490 int hlen = LL_RESERVED_SPACE(dev); in arp_create()
|
D | ipconfig.c | 799 int hlen = LL_RESERVED_SPACE(dev); in ic_bootp_send_if()
|
D | ip_tunnel.c | 775 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit()
|
D | igmp.c | 330 int hlen = LL_RESERVED_SPACE(dev); in igmpv3_newpack() 692 hlen = LL_RESERVED_SPACE(dev); in igmp_send_report()
|
D | ipmr.c | 1755 encap += LL_RESERVED_SPACE(dev) + rt->dst.header_len; in ipmr_queue_xmit()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_output.c | 27 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space()
|
/linux-4.1.27/net/openvswitch/ |
D | vport-gre.c | 159 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in gre_tnl_send()
|
/linux-4.1.27/net/802/ |
D | garp.c | 215 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()
|
D | mrp.c | 303 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.1.27/drivers/firewire/ |
D | net.c | 374 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.1.27/net/hsr/ |
D | hsr_device.c | 274 hlen = LL_RESERVED_SPACE(master->dev); in send_hsr_supervision_frame()
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 293 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg() 657 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_output.c | 177 head_room += sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dst->dev); in ip6_xmit() 728 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 1262 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
|
D | raw.c | 620 int hlen = LL_RESERVED_SPACE(rt->dst.dev); in rawv6_send_hdrinc()
|
D | mcast.c | 1560 int hlen = LL_RESERVED_SPACE(dev); in mld_newpack() 1940 int hlen = LL_RESERVED_SPACE(dev); in igmp6_send()
|
D | ndisc.c | 381 int hlen = LL_RESERVED_SPACE(dev); in ndisc_alloc_skb()
|
D | ip6_gre.c | 689 max_headroom += LL_RESERVED_SPACE(tdev) + gre_hlen + dst->header_len; in ip6gre_xmit2()
|
D | sit.c | 957 max_headroom = LL_RESERVED_SPACE(tdev) + t_hlen; in ipip6_tunnel_xmit()
|
D | ip6_tunnel.c | 1060 max_headroom += LL_RESERVED_SPACE(tdev); in ip6_tnl_xmit2()
|
D | ip6mr.c | 2060 if (skb_cow(skb, sizeof(*ipv6h) + LL_RESERVED_SPACE(dev))) in ip6mr_forward2()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 994 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct iphdr); in ip_vs_tunnel_xmit() 1088 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr); in ip_vs_tunnel_xmit_v6()
|
/linux-4.1.27/net/core/ |
D | netpoll.c | 389 total_len = ip_len + LL_RESERVED_SPACE(np->dev); in netpoll_send_udp()
|
/linux-4.1.27/drivers/net/ppp/ |
D | pptp.c | 205 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1435 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in vxlan_na_create() 1443 skb_reserve(reply, LL_RESERVED_SPACE(request->dev)); in vxlan_na_create() 1700 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len in vxlan6_xmit_skb() 1783 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in vxlan_xmit_skb()
|
/linux-4.1.27/net/mpls/ |
D | af_mpls.c | 200 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_forward()
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 1674 size_t reserved = LL_RESERVED_SPACE(dev); in packet_sendmsg_spkt() 2314 hlen = LL_RESERVED_SPACE(dev); in tpacket_snd() 2526 hlen = LL_RESERVED_SPACE(dev); in packet_snd()
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 802 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+header_len)) in dn_forward()
|
D | af_decnet.c | 1856 mtu -= LL_RESERVED_SPACE(dev); in dn_mss_from_pmtu()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 254 #define LL_RESERVED_SPACE(dev) \ macro
|