Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip6_fib.h71 struct fib6_node { struct
72 struct fib6_node __rcu *parent; argument
73 struct fib6_node __rcu *left; argument
74 struct fib6_node __rcu *right; argument
76 struct fib6_node __rcu *subtree; argument
139 struct fib6_node __rcu *fib6_node; member
239 struct fib6_node *fn; in fib6_get_cookie_safe()
242 fn = rcu_dereference(f6i->fib6_node); in fib6_get_cookie_safe()
311 struct fib6_node *root, *node;
346 struct fib6_node tb6_root;
[all …]
/Linux-v4.19/net/ipv6/
Dip6_fib.c59 struct fib6_node *fn);
60 static struct fib6_node *fib6_repair_tree(struct net *net,
62 struct fib6_node *fn);
110 struct fib6_node *fn; in fib6_update_sernum()
112 fn = rcu_dereference_protected(f6i->fib6_node, in fib6_update_sernum()
176 WARN_ON(f6i->fib6_node); in fib6_info_destroy_rcu()
216 static struct fib6_node *node_alloc(struct net *net) in node_alloc()
218 struct fib6_node *fn; in node_alloc()
227 static void node_free_immediate(struct net *net, struct fib6_node *fn) in node_free_immediate()
235 struct fib6_node *fn = container_of(head, struct fib6_node, rcu); in node_free_rcu()
[all …]
Droute.c697 static struct fib6_info *find_rr_leaf(struct fib6_node *fn, in find_rr_leaf()
736 static struct fib6_info *rt6_select(struct net *net, struct fib6_node *fn, in rt6_select()
777 if (next->fib6_node) in rt6_select()
1006 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack()
1009 struct fib6_node *pn, *sn; in fib6_backtrack()
1067 struct fib6_node *fn; in ip6_pol_route_lookup()
1829 struct fib6_node *fn, *saved_fn; in fib6_table_lookup()
2270 struct fib6_node *fn; in ip6_link_failure()
2274 fn = rcu_dereference(from->fib6_node); in ip6_link_failure()
2444 struct fib6_node *fn; in __ip6_route_redirect()
[all …]
Daddrconf.c2354 struct fib6_node *fn; in addrconf_get_prefix_route()
3365 if (!ifp->rt || !ifp->rt->fib6_node) { in fixup_permanent_addr()
5684 if (!rcu_access_pointer(ifp->rt->fib6_node)) in __ipv6_ifa_notify()