/kernel/linux/linux-5.10/net/ipv6/ |
D | netfilter.c | 154 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment() 210 LL_RESERVED_SPACE(skb->dev), prevhdr, nexthdr, frag_id, in br_ip6_fragment()
|
D | rpl_iptunnel.c | 250 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in rpl_output() 295 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in rpl_input()
|
D | seg6_iptunnel.c | 344 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_input() 394 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_output()
|
D | ip6_output.c | 63 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip6_finish_output2() 277 head_room = sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dst->dev); in ip6_xmit() 886 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 970 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment() 1494 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
|
/kernel/linux/linux-5.10/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 | 199 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2() 212 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in ip_finish_output2() 802 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment() 1005 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data() 1371 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in ip_append_page()
|
D | ip_tunnel.c | 615 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in ip_md_tunnel_xmit() 798 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | lag.c | 25 hdr_len = ETH_HLEN + sizeof(struct udphdr) + LL_RESERVED_SPACE(netdev); in rdma_build_skb()
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_arp_nd_proxy.c | 267 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send() 276 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
|
/kernel/linux/linux-5.10/net/core/ |
D | lwt_bpf.c | 250 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in bpf_lwt_xmit_reroute() 619 len + LL_RESERVED_SPACE(skb_dst(skb)->dev)); in bpf_lwt_push_ip_encap()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 449 skb = alloc_skb(paylen + hdr_len + LL_RESERVED_SPACE(ndev), in rxe_init_packet() 457 skb_reserve(skb, hdr_len + LL_RESERVED_SPACE(ndev)); in rxe_init_packet()
|
/kernel/linux/linux-5.10/net/mpls/ |
D | mpls_iptunnel.c | 106 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_xmit()
|
/kernel/linux/linux-5.10/net/802/ |
D | garp.c | 225 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in garp_pdu_init() 232 skb_reserve(skb, LL_RESERVED_SPACE(app->dev) + LLC_RESERVE); in garp_pdu_init()
|
D | mrp.c | 313 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in mrp_pdu_init() 320 skb_reserve(skb, LL_RESERVED_SPACE(app->dev)); in mrp_pdu_init()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
D | net.c | 379 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new() 383 skb_reserve(new->skb, LL_RESERVED_SPACE(net)); in fwnet_pd_new() 601 skb = dev_alloc_skb(len + LL_RESERVED_SPACE(net)); in fwnet_incoming_packet() 607 skb_reserve(skb, LL_RESERVED_SPACE(net)); in fwnet_incoming_packet()
|
/kernel/linux/linux-5.10/net/ncsi/ |
D | ncsi-cmd.c | 280 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | bareudp.c | 326 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len + in bareudp_xmit_skb() 388 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len + in bareudp6_xmit_skb()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
D | nf_conntrack_bridge.c | 54 ll_rs = LL_RESERVED_SPACE(skb->dev); in nf_br_ip_fragment()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | fragmentation.c | 410 unsigned int ll_reserved = LL_RESERVED_SPACE(net_dev); in batadv_frag_create()
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
D | pppoe.c | 866 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg() 936 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()
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | socket.c | 276 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg() 640 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
|
/kernel/linux/linux-5.10/net/hsr/ |
D | hsr_device.c | 241 hlen = LL_RESERVED_SPACE(master->dev); in hsr_init_skb()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_output.c | 33 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space()
|