Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_output.c749 state->troom = needed_tailroom; in ip6_frag_init()
773 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h186 int troom; member
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c4653 int troom = skb->tail + skb->data_len - skb->end; in netif_receive_generic_xdp() local
4660 troom > 0 ? troom + 128 : 0, GFP_ATOMIC)) in netif_receive_generic_xdp()