Lines Matching defs:tn

220 static inline struct rt_trie_node *tnode_get_child(const struct tnode *tn, unsigned int i)  in tnode_get_child()
230 static inline struct rt_trie_node *tnode_get_child_rcu(const struct tnode *tn, unsigned int i) in tnode_get_child_rcu()
237 static inline int tnode_child_length(const struct tnode *tn) in tnode_child_length()
343 static inline void check_tnode(const struct tnode *tn) in check_tnode()
390 struct tnode *tn = container_of(arg, struct tnode, work); in __tnode_vfree() local
396 struct tnode *tn = container_of(head, struct tnode, rcu); in __tnode_free_rcu() local
408 static inline void tnode_free(struct tnode *tn) in tnode_free()
416 static void tnode_free_safe(struct tnode *tn) in tnode_free_safe()
427 struct tnode *tn; in tnode_free_flush() local
465 struct tnode *tn = tnode_alloc(sz); in tnode_new() local
486 static inline int tnode_full(const struct tnode *tn, const struct rt_trie_node *n) in tnode_full()
494 static inline void put_child(struct trie *t, struct tnode *tn, int i, in put_child()
505 static void tnode_put_child_reorg(struct tnode *tn, int i, struct rt_trie_node *n, in tnode_put_child_reorg()
536 static struct rt_trie_node *resize(struct trie *t, struct tnode *tn) in resize()
701 static void tnode_clean_free(struct tnode *tn) in tnode_clean_free()
714 static struct tnode *inflate(struct trie *t, struct tnode *tn) in inflate()
847 static struct tnode *halve(struct trie *t, struct tnode *tn) in halve()
972 struct tnode *tn; in fib_find_node() local
1000 static void trie_rebalance(struct trie *t, struct tnode *tn) in trie_rebalance()
1039 struct tnode *tp = NULL, *tn = NULL; in fib_insert_node() local
2014 struct tnode *tn = iter->tnode; in fib_trie_get_next() local
2104 const struct tnode *tn = (const struct tnode *) n; in trie_collect_stats() local
2372 struct tnode *tn = (struct tnode *) n; in fib_trie_seq_show() local