Searched refs:rt_trie_node (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dfib_trie.c98 struct rt_trie_node { struct
129 struct rt_trie_node __rcu *child[0];
154 struct rt_trie_node __rcu *trie;
160 static void tnode_put_child_reorg(struct tnode *tn, int i, struct rt_trie_node *n,
162 static struct rt_trie_node *resize(struct trie *t, struct tnode *tn);
182 static inline struct tnode *node_parent(const struct rt_trie_node *node)
194 static inline struct tnode *node_parent_rcu(const struct rt_trie_node *node)
207 static inline void node_set_parent(struct rt_trie_node *node, struct tnode *ptr)
216 static inline struct rt_trie_node *tnode_get_child(const struct tnode *tn, unsigned int i)
226 static inline struct rt_trie_node *tnode_get_child_rc
[all...]

Completed in 35 milliseconds