Home
last modified time | relevance | path

Searched refs:troom (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv6/
Dip6_output.c590 int hroom, troom; in ip6_fragment() local
763 troom = rt->dst.dev->needed_tailroom; in ip6_fragment()
783 hroom + troom, GFP_ATOMIC); in ip6_fragment()
/Linux-v4.19/net/core/
Ddev.c4296 int troom = skb->tail + skb->data_len - skb->end; in netif_receive_generic_xdp() local
4303 troom > 0 ? troom + 128 : 0, GFP_ATOMIC)) in netif_receive_generic_xdp()