Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dfib_trie.c420 int isfull, wasfull; in put_child() local
432 isfull = tnode_full(tn, n); in put_child()
434 if (wasfull && !isfull) in put_child()
436 else if (!wasfull && isfull) in put_child()