Home
last modified time | relevance | path

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

12

/linux/net/ipv6/
H A Dnetfilter.c152 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment()
208 LL_RESERVED_SPACE(skb->dev), prevhdr, nexthdr, frag_id, in br_ip6_fragment()
H A Drpl_iptunnel.c245 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_output()
309 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_input()
H A Dip6_output.c65 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip6_finish_output2()
310 head_room = sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dev); in ip6_xmit()
950 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()
1039 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment()
1491 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
H A Dseg6_iptunnel.c600 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_input_core()
704 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_output_core()
H A Dioam6_iptunnel.c437 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in ioam6_output()
/linux/net/core/
H A Dlwt_bpf.c257 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in bpf_lwt_xmit_reroute()
285 int hroom = LL_RESERVED_SPACE(dst->dev); in bpf_xmit()
639 len + LL_RESERVED_SPACE(skb_dst(skb)->dev)); in bpf_lwt_push_ip_encap()
/linux/net/ipv4/
H A Dip_forward.c144 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
H A Dip_output.c204 unsigned int hh_len = LL_RESERVED_SPACE(dev); in ip_finish_output2()
799 ll_rs = LL_RESERVED_SPACE(rt->dst.dev); in ip_do_fragment()
987 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip_append_data()
/linux/drivers/infiniband/core/
H A Dlag.c24 hdr_len = ETH_HLEN + sizeof(struct udphdr) + LL_RESERVED_SPACE(netdev); in rdma_build_skb()
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c274 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send()
283 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c599 headroom += LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len; in nf_flow_tunnel_ipip_push()
661 headroom = sizeof(*ip6h) + LL_RESERVED_SPACE(rt->dst.dev) + in nf_flow_tunnel_ip6ip6_push()
705 u32 needed_headroom = LL_RESERVED_SPACE(outdev); in nf_flow_encap_push()
740 unsigned int hh_len = LL_RESERVED_SPACE(dev); in __nf_flow_queue_xmit()
/linux/drivers/firewire/
H A Dnet.c373 new->skb = dev_alloc_skb(dg_size + LL_RESERVED_SPACE(net)); in fwnet_pd_new()
377 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/drivers/infiniband/sw/rxe/
H A Drxe_net.c564 skb = alloc_skb(paylen + hdr_len + LL_RESERVED_SPACE(ndev), in rxe_init_packet()
575 skb_reserve(skb, hdr_len + LL_RESERVED_SPACE(ndev)); in rxe_init_packet()
/linux/net/ncsi/
H A Dncsi-cmd.c282 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
/linux/drivers/net/
H A Dbareudp.c348 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len + in bareudp_xmit_skb()
416 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len + in bareudp6_xmit_skb()
H A Damt.c514 int hlen = LL_RESERVED_SPACE(amt->dev); in amt_build_igmp_gq()
644 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_discovery()
735 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_request()
812 int hlen = LL_RESERVED_SPACE(amt->dev); in amt_build_mld_gq()
1016 err = skb_cow_head(skb, LL_RESERVED_SPACE(amt->dev) + sizeof(*amtmu) + in amt_send_membership_update()
1131 err = skb_cow_head(skb, LL_RESERVED_SPACE(amt->dev) + sizeof(*amtmq) + in amt_send_membership_query()
2626 hlen = LL_RESERVED_SPACE(amt->dev); in amt_send_advertisement()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c54 ll_rs = LL_RESERVED_SPACE(skb->dev); in nf_br_ip_fragment()
/linux/net/802/
H A Dmrp.c314 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in mrp_pdu_init()
321 skb_reserve(skb, LL_RESERVED_SPACE(app->dev)); in mrp_pdu_init()
/linux/net/batman-adv/
H A Dfragmentation.c472 unsigned int ll_reserved = LL_RESERVED_SPACE(net_dev); in batadv_frag_create()
/linux/net/ieee802154/
H A Dsocket.c280 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg()
657 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
/linux/net/llc/
H A Daf_llc.c959 hh_len = LL_RESERVED_SPACE(dev); in llc_ui_sendmsg()
975 hh_len != LL_RESERVED_SPACE(dev) || in llc_ui_sendmsg()
/linux/drivers/net/ppp/
H A Dpppoe.c796 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg()
869 if (skb_cow_head(skb, LL_RESERVED_SPACE(dev) + sizeof(*ph))) in pppoe_xmit()
H A Dpptp.c176 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
/linux/net/hsr/
H A Dhsr_device.c259 hlen = LL_RESERVED_SPACE(master->dev); in hsr_init_skb()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c1182 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct iphdr); in ip_vs_tunnel_xmit()
1327 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr); in ip_vs_tunnel_xmit_v6()

12