Home
last modified time | relevance | path

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

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