• Home
  • Raw
  • Download

Lines Matching defs:tn

193 #define node_parent(tn) rtnl_dereference(tn_info(tn)->parent)  argument
194 #define get_child(tn, i) rtnl_dereference((tn)->tnode[i]) argument
197 #define node_parent_rcu(tn) rcu_dereference_rtnl(tn_info(tn)->parent) argument
198 #define get_child_rcu(tn, i) rcu_dereference_rtnl((tn)->tnode[i]) argument
212 static inline unsigned long child_length(const struct key_vector *tn) in child_length()
378 struct key_vector *tn; in tnode_new() local
408 static inline int tnode_full(struct key_vector *tn, struct key_vector *n) in tnode_full()
416 static void put_child(struct key_vector *tn, unsigned long i, in put_child()
445 static void update_children(struct key_vector *tn) in update_children()
476 static inline void tnode_free_init(struct key_vector *tn) in tnode_free_init()
481 static inline void tnode_free_append(struct key_vector *tn, in tnode_free_append()
488 static void tnode_free(struct key_vector *tn) in tnode_free()
508 struct key_vector *tn) in replace()
538 struct key_vector *tn; in inflate() local
634 struct key_vector *tn; in halve() local
707 static unsigned char update_suffix(struct key_vector *tn) in update_suffix()
802 static inline bool should_inflate(struct key_vector *tp, struct key_vector *tn) in should_inflate()
817 static inline bool should_halve(struct key_vector *tp, struct key_vector *tn) in should_halve()
831 static inline bool should_collapse(struct key_vector *tn) in should_collapse()
846 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize()
911 static void node_pull_suffix(struct key_vector *tn, unsigned char slen) in node_pull_suffix()
925 static void node_push_suffix(struct key_vector *tn, unsigned char slen) in node_push_suffix()
1056 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance()
1081 struct key_vector *tn; in fib_insert_node() local
1733 static struct key_vector *leaf_walk_rcu(struct key_vector **tn, t_key key) in leaf_walk_rcu()