Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dfib_trie.c228 static inline struct rt_trie_node *tnode_get_child_rcu(const struct tnode *tn, unsigned int i) in tnode_get_child_rcu() function
983 n = tnode_get_child_rcu(tn, in fib_find_node()
1460 n = tnode_get_child_rcu(pn, cindex); in fib_table_lookup()
1770 c = tnode_get_child_rcu(p, idx++); in leaf_walk_rcu()
2023 struct rt_trie_node *n = tnode_get_child_rcu(tn, cindex); in fib_trie_get_next()