Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dfib_trie.c120 struct key_vector { struct
129 DECLARE_FLEX_ARRAY(struct key_vector __rcu *, tnode); argument
137 struct key_vector __rcu *parent;
138 struct key_vector kv[1];
167 struct key_vector kv[1];
173 static struct key_vector *resize(struct trie *t, struct key_vector *tn);
188 static inline struct tnode *tn_info(struct key_vector *kv) in tn_info()
202 static inline void node_set_parent(struct key_vector *n, struct key_vector *tp) in node_set_parent()
213 static inline unsigned long child_length(const struct key_vector *tn) in child_length()
220 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index()
[all …]