Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_trie.c1757 static struct key_vector *leaf_walk_rcu(struct key_vector **tn, t_key key) in leaf_walk_rcu() function
1890 while ((l = leaf_walk_rcu(&tp, key)) != NULL) { in fib_trie_unmerge()
2193 while ((l = leaf_walk_rcu(&tp, key)) != NULL) { in fib_table_notify()
2346 while ((l = leaf_walk_rcu(&tp, key)) != NULL) { in fib_table_dump()
2845 while ((l = leaf_walk_rcu(tp, key)) && (pos-- > 0)) { in fib_route_get_idx()
2899 l = leaf_walk_rcu(&iter->tnode, key); in fib_route_seq_next()