Lines Matching refs:t_key
123 #define KEYLENGTH (8*sizeof(t_key))
124 #define KEY_MAX ((t_key)~0)
126 typedef unsigned int t_key; typedef
133 t_key key;
147 t_key empty_children; /* KEYLENGTH bits needed */
148 t_key full_children; /* KEYLENGTH bits needed */
230 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index()
359 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new()
382 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new()
474 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root()
547 t_key m; in inflate()
1019 struct fib_alias *new, t_key key) in fib_insert_node()
1073 struct fib_alias *fa, t_key key) in fib_insert_alias()
1308 static inline t_key prefix_mismatch(t_key key, struct key_vector *n) in prefix_mismatch()
1310 t_key prefix = n->key; in prefix_mismatch()
1323 const t_key key = ntohl(flp->daddr); in fib_table_lookup()
1327 t_key cindex; in fib_table_lookup()
1413 t_key pkey = pn->key; in fib_table_lookup()
1616 static struct key_vector *leaf_walk_rcu(struct key_vector **tn, t_key key) in leaf_walk_rcu()
1644 t_key pkey = pn->key; in leaf_walk_rcu()
1686 t_key pkey = pn->key; in fib_trie_free()
1738 t_key key = 0; in fib_trie_unmerge()
1804 t_key pkey = pn->key; in fib_table_flush_external()
1874 t_key pkey = pn->key; in fib_table_flush()
1963 t_key key = 0; in fib_table_notify()
2055 t_key key = cb->args[3]; in fib_table_dump()
2143 t_key pkey; in fib_trie_get_next()
2533 t_key key;
2540 t_key key; in fib_route_get_idx()
2600 t_key key = iter->key + 1; in fib_route_seq_next()