Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dfib_trie.c421 int isfull, wasfull; in put_child() local
433 isfull = tnode_full(tn, n); in put_child()
435 if (wasfull && !isfull) in put_child()
437 else if (!wasfull && isfull) in put_child()