Home
last modified time | relevance | path

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

/net/ipv4/
Dfib_trie.c146 t_key empty_children; /* KEYLENGTH bits needed */ member
350 ++tn_info(n)->empty_children ? : ++tn_info(n)->full_children; in empty_child_inc()
355 tn_info(n)->empty_children-- ? : tn_info(n)->full_children--; in empty_child_dec()
400 tnode->empty_children = 1ul << bits; in tnode_new()
815 used -= tn_info(tn)->empty_children; in should_inflate()
830 used -= tn_info(tn)->empty_children; in should_halve()
841 used -= tn_info(tn)->empty_children; in should_collapse()
2222 s->nullpointers += tn_info(n)->empty_children; in trie_collect_stats()
2498 tn_info(n)->empty_children); in fib_trie_seq_show()