Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
trie_stat Struct Reference

Data Fields

unsigned int totdepth
 
unsigned int maxdepth
 
unsigned int tnodes
 
unsigned int leaves
 
unsigned int nullpointers
 
unsigned int prefixes
 
unsigned int nodesizes [MAX_STAT_DEPTH]
 

Detailed Description

Definition at line 145 of file fib_trie.c.

Field Documentation

unsigned int leaves

Definition at line 149 of file fib_trie.c.

unsigned int maxdepth

Definition at line 147 of file fib_trie.c.

unsigned int nodesizes[MAX_STAT_DEPTH]

Definition at line 152 of file fib_trie.c.

unsigned int nullpointers

Definition at line 150 of file fib_trie.c.

unsigned int prefixes

Definition at line 151 of file fib_trie.c.

unsigned int tnodes

Definition at line 148 of file fib_trie.c.

unsigned int totdepth

Definition at line 146 of file fib_trie.c.


The documentation for this struct was generated from the following file: