Searched refs:trie (Results 1 – 1 of 1) sorted by relevance
165 struct trie { struct172 static struct key_vector *resize(struct trie *t, struct key_vector *tn); argument506 static struct key_vector *replace(struct trie *t, in replace()535 static struct key_vector *inflate(struct trie *t, in inflate()631 static struct key_vector *halve(struct trie *t, in halve()686 static struct key_vector *collapse(struct trie *t, in collapse()846 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize()934 static struct key_vector *fib_find_node(struct trie *t, in fib_find_node()1017 struct trie *t; in fib_find_matching_alias()1023 t = (struct trie *)tb->tb_data; in fib_find_matching_alias()[all …]