Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dip6_output.c781 state->troom = needed_tailroom; in ip6_frag_init()
805 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next()
/linux-6.15/include/net/
H A Dipv6.h200 int troom; member
/linux-6.15/net/core/
H A Ddev.c5239 int err, hroom, troom; in netif_skb_check_for_xdp() local
5248 troom = skb->tail + skb->data_len - skb->end; in netif_skb_check_for_xdp()
5251 troom > 0 ? troom + 128 : 0, GFP_ATOMIC); in netif_skb_check_for_xdp()