Searched refs:LL_RESERVED_SPACE (Results 1 – 25 of 43) sorted by relevance
12
| /Linux-v5.4/net/ipv6/ |
| 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()
|
| D | seg6_iptunnel.c | 319 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_input() 369 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_output()
|
| D | ip6_output.c | 209 head_room = sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dst->dev); in ip6_xmit() 817 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 901 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment() 1354 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
|
| D | ip6_tunnel.c | 1158 max_headroom += LL_RESERVED_SPACE(tdev); in ip6_tnl_xmit() 1195 max_headroom = LL_RESERVED_SPACE(dst->dev) + sizeof(struct ipv6hdr) in ip6_tnl_xmit()
|
| /Linux-v5.4/net/ipv4/ |
| D | ip_forward.c | 139 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
|
| D | ip_output.c | 190 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2() 203 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in ip_finish_output2() 800 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment() 991 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data() 1350 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in ip_append_page()
|
| D | ip_tunnel.c | 622 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in ip_md_tunnel_xmit() 806 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit()
|
| /Linux-v5.4/net/bridge/ |
| D | br_arp_nd_proxy.c | 260 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send() 269 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
|
| /Linux-v5.4/net/core/ |
| D | lwt_bpf.c | 252 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in bpf_lwt_xmit_reroute() 621 len + LL_RESERVED_SPACE(skb_dst(skb)->dev)); in bpf_lwt_push_ip_encap()
|
| D | netpoll.c | 380 total_len = ip_len + LL_RESERVED_SPACE(np->dev); in netpoll_send_udp()
|
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_net.c | 483 skb = alloc_skb(paylen + hdr_len + LL_RESERVED_SPACE(ndev), in rxe_init_packet() 491 skb_reserve(skb, hdr_len + LL_RESERVED_SPACE(ndev)); in rxe_init_packet()
|
| /Linux-v5.4/net/mpls/ |
| D | mpls_iptunnel.c | 106 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_xmit()
|
| /Linux-v5.4/net/802/ |
| D | garp.c | 212 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in garp_pdu_init() 219 skb_reserve(skb, LL_RESERVED_SPACE(app->dev) + LLC_RESERVE); in garp_pdu_init()
|
| D | mrp.c | 300 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in mrp_pdu_init() 307 skb_reserve(skb, LL_RESERVED_SPACE(app->dev)); in mrp_pdu_init()
|
| /Linux-v5.4/drivers/firewire/ |
| D | net.c | 375 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new() 379 skb_reserve(new->skb, LL_RESERVED_SPACE(net)); in fwnet_pd_new() 597 skb = dev_alloc_skb(len + LL_RESERVED_SPACE(net)); in fwnet_incoming_packet() 603 skb_reserve(skb, LL_RESERVED_SPACE(net)); in fwnet_incoming_packet()
|
| /Linux-v5.4/net/ncsi/ |
| D | ncsi-cmd.c | 273 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
|
| /Linux-v5.4/net/bridge/netfilter/ |
| D | nf_conntrack_bridge.c | 54 ll_rs = LL_RESERVED_SPACE(skb->dev); in nf_br_ip_fragment()
|
| /Linux-v5.4/net/hsr/ |
| D | hsr_device.c | 250 hlen = LL_RESERVED_SPACE(master->dev); in send_hsr_supervision_frame()
|
| /Linux-v5.4/net/ieee802154/ |
| D | socket.c | 276 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg() 644 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
|
| /Linux-v5.4/drivers/net/ppp/ |
| D | pppoe.c | 865 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg() 935 if (skb_cow_head(skb, LL_RESERVED_SPACE(dev) + sizeof(*ph))) in __pppoe_xmit()
|
| D | pptp.c | 164 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
|
| /Linux-v5.4/drivers/net/ |
| D | vrf.c | 558 unsigned int hh_len = LL_RESERVED_SPACE(dev); in vrf_finish_output() 569 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in vrf_finish_output()
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_output.c | 27 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space()
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_xmit.c | 1170 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct iphdr); in ip_vs_tunnel_xmit() 1320 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr); in ip_vs_tunnel_xmit_v6()
|
| /Linux-v5.4/net/iucv/ |
| D | af_iucv.c | 479 LL_RESERVED_SPACE(iucv->hs_dev); in iucv_send_ctrl() 1146 LL_RESERVED_SPACE(iucv->hs_dev); in iucv_sock_sendmsg()
|
12