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
283 struct fib6_node *fn; in fib6_get_cookie_safe()
286 fn = rcu_dereference(f6i->fib6_node); in fib6_get_cookie_safe()
359 struct fib6_node *root, *node;
394 struct fib6_node tb6_root;
453 struct fib6_node *fib6_node_lookup(struct fib6_node *root,
457 struct fib6_node *fib6_locate(struct fib6_node *root,
468 int fib6_add(struct fib6_node *root, struct fib6_info *rt,
529 if (!rcu_dereference_protected(f6i->fib6_node, in fib6_add_gc_list()