Searched defs:tnode_get_child_rcu (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dfib_trie.c226 static inline struct rt_trie_node *tnode_get_child_rcu(const struct tnode *tn, unsigned int i) function
968 n = tnode_get_child_rcu(tn,
1439 n = tnode_get_child_rcu(pn, cindex);
1752 c = tnode_get_child_rcu(p, idx++);
2004 struct rt_trie_node *n = tnode_get_child_rcu(tn, cindex);

Completed in 66 milliseconds