• Home
  • Raw
  • Download

Lines Matching defs:t

506 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() local
1056 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance()
1062 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node()
1112 static int fib_insert_alias(struct trie *t, struct key_vector *tp, in fib_insert_alias()
1171 struct trie *t = (struct trie *)tb->tb_data; in fib_table_insert() local
1400 struct trie *t = (struct trie *) tb->tb_data; in fib_table_lookup() local
1602 static void fib_remove_alias(struct trie *t, struct key_vector *tp, in fib_remove_alias()
1667 struct trie *t = (struct trie *) tb->tb_data; in fib_table_delete() local
1793 struct trie *t = (struct trie *)tb->tb_data; in fib_trie_free() local
1910 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush_external() local
1979 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush() local
2065 struct trie *t = (struct trie *)tb->tb_data; in __fib_info_notify_update() local
2169 struct trie *t = (struct trie *)tb->tb_data; in fib_table_notify() local
2210 struct trie *t = (struct trie *)tb->tb_data; in __trie_free_rcu() local
2312 struct trie *t = (struct trie *)tb->tb_data; in fib_table_dump() local
2367 struct trie *t; in fib_trie_table() local
2452 struct trie *t) in fib_trie_get_first()
2477 static void trie_collect_stats(struct trie *t, struct trie_stat *s) in trie_collect_stats()
2606 struct trie *t = (struct trie *) tb->tb_data; in fib_triestat_seq_show() local
2742 static inline const char *rtn_type(char *buf, size_t len, unsigned int t) in rtn_type()
2847 struct trie *t; in fib_route_seq_start() local