Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/ipv4/
Dip_forward.c131 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
Dip_output.c189 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()
Dip_tunnel.c605 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()
Draw.c373 hlen = LL_RESERVED_SPACE(rt->dst.dev); in raw_send_hdrinc()
Darp.c534 int hlen = LL_RESERVED_SPACE(dev); in arp_create()
Dipconfig.c798 int hlen = LL_RESERVED_SPACE(dev); in ic_bootp_send_if()
/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c261 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/
Dseg6_iptunnel.c322 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()
Dip6_output.c212 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()
Dip6_tunnel.c1162 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()
Draw.c631 int hlen = LL_RESERVED_SPACE(rt->dst.dev); in rawv6_send_hdrinc()
/Linux-v4.19/net/mpls/
Dmpls_iptunnel.c111 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_xmit()
/Linux-v4.19/net/xfrm/
Dxfrm_output.c27 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space()
/Linux-v4.19/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-v4.19/drivers/infiniband/sw/rxe/
Drxe_net.c530 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/
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()
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/
Dncsi-cmd.c257 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
/Linux-v4.19/net/hsr/
Dhsr_device.c264 hlen = LL_RESERVED_SPACE(master->dev); in send_hsr_supervision_frame()
/Linux-v4.19/net/ieee802154/
Dsocket.c288 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg()
655 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
/Linux-v4.19/drivers/net/ppp/
Dpppoe.c869 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg()
939 if (skb_cow_head(skb, LL_RESERVED_SPACE(dev) + sizeof(*ph))) in __pppoe_xmit()
Dpptp.c169 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_xmit.c1047 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/
Dvrf.c550 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/
Dnetpoll.c380 total_len = ip_len + LL_RESERVED_SPACE(np->dev); in netpoll_send_udp()

12