Lines Matching refs:fib6_node
73 struct fib6_node {
74 struct fib6_node __rcu *parent;
75 struct fib6_node __rcu *left;
76 struct fib6_node __rcu *right;
78 struct fib6_node __rcu *subtree;
167 struct fib6_node __rcu *fib6_node;
278 struct fib6_node *fn;
281 fn = rcu_dereference(f6i->fib6_node);
352 struct fib6_node *root, *node;
387 struct fib6_node tb6_root;
445 struct fib6_node *fib6_node_lookup(struct fib6_node *root,
449 struct fib6_node *fib6_locate(struct fib6_node *root,
460 int fib6_add(struct fib6_node *root, struct fib6_info *rt,