Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dfib_trie.c171 unsigned int tnodes; member
2228 s->tnodes++; in trie_collect_stats()
2259 seq_printf(seq, "\tInternal nodes: %u\n\t", stat->tnodes); in trie_show_stats()
2260 bytes += TNODE_SIZE(0) * stat->tnodes; in trie_show_stats()