Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A 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()