Searched refs:LL_RESERVED_SPACE (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v4.19/net/ipv4/ |
D | ip_forward.c | 131 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
|
D | ip_output.c | 189 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2() 202 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in ip_finish_output2() 605 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment() 896 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data() 1232 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in ip_append_page()
|
D | ip_tunnel.c | 605 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in ip_md_tunnel_xmit() 775 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit()
|
D | raw.c | 373 hlen = LL_RESERVED_SPACE(rt->dst.dev); in raw_send_hdrinc()
|
D | arp.c | 534 int hlen = LL_RESERVED_SPACE(dev); in arp_create()
|
D | ipconfig.c | 798 int hlen = LL_RESERVED_SPACE(dev); in ic_bootp_send_if()
|
/Linux-v4.19/net/bridge/ |
D | br_arp_nd_proxy.c | 261 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send() 270 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
|
/Linux-v4.19/net/ipv6/ |
D | seg6_iptunnel.c | 322 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_input() 371 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_output()
|
D | ip6_output.c | 212 head_room += sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dst->dev); in ip6_xmit() 634 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 1276 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
|
D | ip6_tunnel.c | 1162 max_headroom += LL_RESERVED_SPACE(tdev); in ip6_tnl_xmit() 1199 max_headroom = LL_RESERVED_SPACE(dst->dev) + sizeof(struct ipv6hdr) in ip6_tnl_xmit()
|
D | raw.c | 631 int hlen = LL_RESERVED_SPACE(rt->dst.dev); in rawv6_send_hdrinc()
|
/Linux-v4.19/net/mpls/ |
D | mpls_iptunnel.c | 111 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_xmit()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_output.c | 27 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space()
|
/Linux-v4.19/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-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 530 skb = alloc_skb(paylen + hdr_len + LL_RESERVED_SPACE(ndev), in rxe_init_packet() 536 skb_reserve(skb, hdr_len + LL_RESERVED_SPACE(rxe->ndev)); in rxe_init_packet()
|
/Linux-v4.19/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() 596 skb = dev_alloc_skb(len + LL_RESERVED_SPACE(net)); in fwnet_incoming_packet() 602 skb_reserve(skb, LL_RESERVED_SPACE(net)); in fwnet_incoming_packet()
|
/Linux-v4.19/net/ncsi/ |
D | ncsi-cmd.c | 257 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
|
/Linux-v4.19/net/hsr/ |
D | hsr_device.c | 264 hlen = LL_RESERVED_SPACE(master->dev); in send_hsr_supervision_frame()
|
/Linux-v4.19/net/ieee802154/ |
D | socket.c | 288 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg() 655 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
|
/Linux-v4.19/drivers/net/ppp/ |
D | pppoe.c | 869 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg() 939 if (skb_cow_head(skb, LL_RESERVED_SPACE(dev) + sizeof(*ph))) in __pppoe_xmit()
|
D | pptp.c | 169 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 1047 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct iphdr); in ip_vs_tunnel_xmit() 1135 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr); in ip_vs_tunnel_xmit_v6()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 550 unsigned int hh_len = LL_RESERVED_SPACE(dev); in vrf_finish_output() 561 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in vrf_finish_output()
|
/Linux-v4.19/net/core/ |
D | netpoll.c | 380 total_len = ip_len + LL_RESERVED_SPACE(np->dev); in netpoll_send_udp()
|
12