Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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.c250 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()
H A Dseg6_iptunnel.c347 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_input()
397 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in seg6_output()
H A Dip6_output.c63 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()
975 LL_RESERVED_SPACE(rt->dst.dev), prevhdr, nexthdr, frag_id, in ip6_fragment()
1496 hh_len = LL_RESERVED_SPACE(rt->dst.dev); in __ip6_append_data()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_forward.c139 if (skb_cow(skb, LL_RESERVED_SPACE(rt->dst.dev)+rt->dst.header_len)) in ip_forward()
H A Dip_output.c199 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()
H A Dip_tunnel.c615 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()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_arp_nd_proxy.c267 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in br_nd_send()
276 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dlag.c25 hdr_len = ETH_HLEN + sizeof(struct udphdr) + LL_RESERVED_SPACE(netdev); in rdma_build_skb()
/OK3568_Linux_fs/kernel/net/core/
H A Dlwt_bpf.c248 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst->dev)); in bpf_lwt_xmit_reroute()
618 len + LL_RESERVED_SPACE(skb_dst(skb)->dev)); in bpf_lwt_push_ip_encap()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_net.c449 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()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnet.c379 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()
/OK3568_Linux_fs/kernel/net/802/
H A Dgarp.c225 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()
H A Dmrp.c313 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()
/OK3568_Linux_fs/kernel/net/mpls/
H A Dmpls_iptunnel.c106 hh_len = LL_RESERVED_SPACE(out_dev); in mpls_xmit()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dbareudp.c321 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len + in bareudp_xmit_skb()
383 min_headroom = LL_RESERVED_SPACE(dst->dev) + dst->header_len + in bareudp6_xmit_skb()
H A Dvrf.c878 unsigned int hh_len = LL_RESERVED_SPACE(dev); in vrf_finish_output()
889 skb2 = skb_realloc_headroom(skb, LL_RESERVED_SPACE(dev)); in vrf_finish_output()
/OK3568_Linux_fs/kernel/net/ncsi/
H A Dncsi-cmd.c280 int hlen = LL_RESERVED_SPACE(dev); in ncsi_alloc_command()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c54 ll_rs = LL_RESERVED_SPACE(skb->dev); in nf_br_ip_fragment()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dfragmentation.c410 unsigned int ll_reserved = LL_RESERVED_SPACE(net_dev); in batadv_frag_create()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppoe.c866 hlen = LL_RESERVED_SPACE(dev); in pppoe_sendmsg()
936 if (skb_cow_head(skb, LL_RESERVED_SPACE(dev) + sizeof(*ph))) in __pppoe_xmit()
H A Dpptp.c164 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(*iph) + sizeof(*hdr) + 2; in pptp_xmit()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dsocket.c281 hlen = LL_RESERVED_SPACE(dev); in raw_sendmsg()
660 hlen = LL_RESERVED_SPACE(dev); in dgram_sendmsg()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_device.c241 hlen = LL_RESERVED_SPACE(master->dev); in hsr_init_skb()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_xmit.c1170 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()

12