Home
last modified time | relevance | path

Searched refs:hroom (Results 1 – 3 of 3) sorted by relevance

/net/ipv6/
Dnetfilter.c126 int hroom, err = 0; in br_ip6_fragment() local
152 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment()
159 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
167 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
Dip6_output.c754 state->hroom = hdr_room; in ip6_frag_init()
779 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next()
788 skb_reserve(frag, state->hroom); in ip6_frag_next()
847 int hroom, err = 0; in ip6_fragment() local
892 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()
901 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in ip6_fragment()
908 skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr))) in ip6_fragment()
/net/core/
Ddev.c4283 int hroom = XDP_PACKET_HEADROOM - skb_headroom(skb); in netif_receive_generic_xdp() local
4290 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0, in netif_receive_generic_xdp()