Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dfib_trie.c422 int isfull, wasfull; in put_child() local
434 isfull = tnode_full(tn, n); in put_child()
436 if (wasfull && !isfull) in put_child()
438 else if (!wasfull && isfull) in put_child()