Lines Matching defs:t_key
111 #define KEYLENGTH (8*sizeof(t_key))
112 #define KEY_MAX ((t_key)~0)
114 typedef unsigned int t_key;
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)
353 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa)
376 static struct key_vector *tnode_new(t_key key, int pos, int bits)
468 static inline void put_child_root(struct key_vector *tp, t_key key,
541 t_key m;
1110 struct fib_alias *new, t_key key)
1161 struct fib_alias *fa, t_key key)
1419 static inline t_key prefix_mismatch(t_key key, struct key_vector *n)
1421 t_key prefix = n->key;
1451 const t_key key = ntohl(flp->daddr);
1455 t_key cindex;
1541 t_key pkey = pn->key;
1784 static struct key_vector *leaf_walk_rcu(struct key_vector **tn, t_key key)
1812 t_key pkey = pn->key;
1854 t_key pkey = pn->key;
1906 t_key key = 0;
1972 t_key pkey = pn->key;
2043 t_key pkey = pn->key;
2128 t_key pkey = pn->key;
2216 t_key key = 0;
2364 t_key key = cb->args[3];
2458 t_key pkey;
2852 t_key key;
2859 t_key key;
2919 t_key key = iter->key + 1;