Lines Matching defs:t_key
110 #define KEYLENGTH (8*sizeof(t_key))
111 #define KEY_MAX ((t_key)~0)
113 typedef unsigned int t_key;
120 t_key key;
134 t_key empty_children; /* KEYLENGTH bits needed */
135 t_key full_children; /* KEYLENGTH bits needed */
219 static inline unsigned long get_index(t_key key, struct key_vector *kv)
352 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa)
375 static struct key_vector *tnode_new(t_key key, int pos, int bits)
467 static inline void put_child_root(struct key_vector *tp, t_key key,
540 t_key m;
1063 struct fib_alias *new, t_key key)
1114 struct fib_alias *fa, t_key key)
1369 static inline t_key prefix_mismatch(t_key key, struct key_vector *n)
1371 t_key prefix = n->key;
1404 const t_key key = ntohl(flp->daddr);
1408 t_key cindex;
1494 t_key pkey = pn->key;
1734 static struct key_vector *leaf_walk_rcu(struct key_vector **tn, t_key key)
1762 t_key pkey = pn->key;
1804 t_key pkey = pn->key;
1856 t_key key = 0;
1922 t_key pkey = pn->key;
1993 t_key pkey = pn->key;
2078 t_key pkey = pn->key;
2175 t_key key = 0;
2322 t_key key = cb->args[3];
2416 t_key pkey;
2809 t_key key;
2816 t_key key;
2876 t_key key = iter->key + 1;