Searched defs:routtablerec (Results 1 – 1 of 1) sorted by relevance
140 struct routtablerec { struct141 node_t *trie; /* the main trie search structure */142 int triesize;143 comp_base_t *base; /* the base vector */144 int basesize;145 comp_pre_t *pre; /* the prefix vector */146 int presize;147 policy_t *policy; /* the next-hop table */148 int policysize;150 int dirty; /* Whether or not the table needs to be rebuilt */