Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dfib_trie.c389 int isfull, wasfull; in put_child() local
401 isfull = tnode_full(tn, n); in put_child()
403 if (wasfull && !isfull) in put_child()
405 else if (!wasfull && isfull) in put_child()