Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_output.c779 state->troom = needed_tailroom; in ip6_frag_init()
803 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next()
/linux/include/net/
H A Dipv6.h187 int troom; member
/linux/net/core/
H A Ddev.c5509 int err, hroom, troom; in netif_skb_check_for_xdp() local
5521 troom = skb->tail + skb->data_len - skb->end; in netif_skb_check_for_xdp()
5524 troom > 0 ? troom + 128 : 0, GFP_ATOMIC); in netif_skb_check_for_xdp()