Searched defs:trie_id_s (Results 1 – 1 of 1) sorted by relevance
213 typedef struct trie_id_s { struct214 trie trie; /* pointer to the trie structure */215 krwlock_t rw_lock; /* lock protecting this trie */216 size_t key_len; /* length (bits) of the key for a lookup */217 sel_stats_t stats; /* selector statistics strucutre */218 sel_info_t info; /* selector info structure */