Home
last modified time | relevance | path

Searched defs:trie_stat (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/net/ipv4/
Dfib_trie.c168 struct trie_stat { struct
169 unsigned int totdepth;
170 unsigned int maxdepth;
171 unsigned int tnodes;
172 unsigned int leaves;
173 unsigned int nullpointers;
174 unsigned int prefixes;
175 unsigned int nodesizes[MAX_STAT_DEPTH];
/kernel/linux/linux-5.10/net/ipv4/
Dfib_trie.c155 struct trie_stat { struct
156 unsigned int totdepth;
157 unsigned int maxdepth;
158 unsigned int tnodes;
159 unsigned int leaves;
160 unsigned int nullpointers;
161 unsigned int prefixes;
162 unsigned int nodesizes[MAX_STAT_DEPTH];