Lines Matching refs:fib6_node
72 struct fib6_node {
73 struct fib6_node __rcu *parent;
74 struct fib6_node __rcu *left;
75 struct fib6_node __rcu *right;
77 struct fib6_node __rcu *subtree;
166 struct fib6_node __rcu *fib6_node;
277 struct fib6_node *fn;
280 fn = rcu_dereference(f6i->fib6_node);
358 struct fib6_node *root, *node;
394 struct fib6_node tb6_root;
452 struct fib6_node *fib6_node_lookup(struct fib6_node *root,
456 struct fib6_node *fib6_locate(struct fib6_node *root,
467 int fib6_add(struct fib6_node *root, struct fib6_info *rt,