Lines Matching defs:t

502 static struct key_vector *replace(struct trie *t,  in replace()
531 static struct key_vector *inflate(struct trie *t, in inflate()
627 static struct key_vector *halve(struct trie *t, in halve()
682 static struct key_vector *collapse(struct trie *t, in collapse()
842 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize()
930 static struct key_vector *fib_find_node(struct trie *t, in fib_find_node()
1017 struct trie *t; in fib_find_matching_alias() local
1098 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance()
1104 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node()
1154 static int fib_insert_alias(struct trie *t, struct key_vector *tp, in fib_insert_alias()
1197 struct trie *t = (struct trie *)tb->tb_data; in fib_table_insert() local
1423 struct trie *t = (struct trie *) tb->tb_data; in fib_table_lookup() local
1626 static void fib_remove_alias(struct trie *t, struct key_vector *tp, in fib_remove_alias()
1691 struct trie *t = (struct trie *) tb->tb_data; in fib_table_delete() local
1816 struct trie *t = (struct trie *)tb->tb_data; in fib_trie_free() local
1933 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush_external() local
2002 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush() local
2092 struct trie *t = (struct trie *)tb->tb_data; in __fib_info_notify_update() local
2187 struct trie *t = (struct trie *)tb->tb_data; in fib_table_notify() local
2228 struct trie *t = (struct trie *)tb->tb_data; in __trie_free_rcu() local
2331 struct trie *t = (struct trie *)tb->tb_data; in fib_table_dump() local
2386 struct trie *t; in fib_trie_table() local
2471 struct trie *t) in fib_trie_get_first()
2496 static void trie_collect_stats(struct trie *t, struct trie_stat *s) in trie_collect_stats()
2625 struct trie *t = (struct trie *) tb->tb_data; in fib_triestat_seq_show() local
2761 static inline const char *rtn_type(char *buf, size_t len, unsigned int t) in rtn_type()
2867 struct trie *t; in fib_route_seq_start() local