Lines Matching refs:t_key
111 #define KEYLENGTH (8*sizeof(t_key))
112 #define KEY_MAX ((t_key)~0)
114 typedef unsigned int t_key; typedef
121 t_key key;
135 t_key empty_children; /* KEYLENGTH bits needed */
136 t_key full_children; /* KEYLENGTH bits needed */
220 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index()
353 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new()
376 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new()
468 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root()
541 t_key m; in inflate()
1110 struct fib_alias *new, t_key key) in fib_insert_node()
1161 struct fib_alias *fa, t_key key) in fib_insert_alias()
1419 static inline t_key prefix_mismatch(t_key key, struct key_vector *n) in prefix_mismatch()
1421 t_key prefix = n->key; in prefix_mismatch()
1451 const t_key key = ntohl(flp->daddr); in fib_table_lookup()
1455 t_key cindex; in fib_table_lookup()
1541 t_key pkey = pn->key; in fib_table_lookup()
1784 static struct key_vector *leaf_walk_rcu(struct key_vector **tn, t_key key) in leaf_walk_rcu()
1812 t_key pkey = pn->key; in leaf_walk_rcu()
1854 t_key pkey = pn->key; in fib_trie_free()
1906 t_key key = 0; in fib_trie_unmerge()
1972 t_key pkey = pn->key; in fib_table_flush_external()
2043 t_key pkey = pn->key; in fib_table_flush()
2128 t_key pkey = pn->key; in __fib_info_notify_update()
2216 t_key key = 0; in fib_table_notify()
2364 t_key key = cb->args[3]; in fib_table_dump()
2458 t_key pkey; in fib_trie_get_next()
2852 t_key key;
2859 t_key key; in fib_route_get_idx()
2919 t_key key = iter->key + 1; in fib_route_seq_next()