Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dfib_trie.c395 int isfull, wasfull; in put_child() local
407 isfull = tnode_full(tn, n); in put_child()
409 if (wasfull && !isfull) in put_child()
411 else if (!wasfull && isfull) in put_child()