Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dfib_trie.c151 unsigned int nodesizes[MAX_STAT_DEPTH]; member
2106 s->nodesizes[tn->bits]++; in trie_collect_stats()
2142 while (max > 0 && stat->nodesizes[max-1] == 0) in trie_show_stats()
2147 if (stat->nodesizes[i] != 0) { in trie_show_stats()
2148 seq_printf(seq, " %u: %u", i, stat->nodesizes[i]); in trie_show_stats()
2149 pointers += (1<<i) * stat->nodesizes[i]; in trie_show_stats()