Lines Matching refs:fib6_node
67 struct fib6_node { struct
68 struct fib6_node __rcu *parent; argument
69 struct fib6_node __rcu *left; argument
70 struct fib6_node __rcu *right; argument
72 struct fib6_node __rcu *subtree; argument
161 struct fib6_node __rcu *fib6_node; member
284 struct fib6_node *fn; in fib6_get_cookie_safe()
287 fn = rcu_dereference(f6i->fib6_node); in fib6_get_cookie_safe()
360 struct fib6_node *root, *node;
395 struct fib6_node tb6_root;
454 struct fib6_node *fib6_node_lookup(struct fib6_node *root,
458 struct fib6_node *fib6_locate(struct fib6_node *root,
469 int fib6_add(struct fib6_node *root, struct fib6_info *rt,
530 if (!rcu_dereference_protected(f6i->fib6_node, in fib6_add_gc_list()