Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_trie.c416 int isfull, wasfull; in put_child() local
428 isfull = tnode_full(tn, n); in put_child()
430 if (wasfull && !isfull) in put_child()
432 else if (!wasfull && isfull) in put_child()