Home
last modified time | relevance | path

Searched refs:t_key (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
Dfib_trie.c87 #define KEYLENGTH (8*sizeof(t_key))
88 #define KEY_MAX ((t_key)~0)
90 typedef unsigned int t_key; typedef
97 t_key key;
111 t_key empty_children; /* KEYLENGTH bits needed */
112 t_key full_children; /* KEYLENGTH bits needed */
194 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index()
325 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new()
346 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new()
436 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root()
[all …]