Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dip6_fib.h67 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()
359 struct fib6_node *root, *node;
394 struct fib6_node tb6_root;
453 struct fib6_node *fib6_node_lookup(struct fib6_node *root,
[all …]
/linux-6.15/net/ipv6/
H A Dip6_fib.c109 struct fib6_node *fn; in fib6_update_sernum()
172 WARN_ON(f6i->fib6_node); in fib6_info_destroy_rcu()
186 struct fib6_node *fn; in node_alloc()
1350 struct fib6_node *fn = rcu_dereference_protected(rt->fib6_node, in __fib6_update_sernum_upto_root()
1386 struct fib6_node *fn; in fib6_add()
1559 static struct fib6_node *fib6_node_lookup_1(struct fib6_node *root, in fib6_node_lookup_1()
1562 struct fib6_node *fn; in fib6_node_lookup_1()
1628 struct fib6_node *fib6_node_lookup(struct fib6_node *root, in fib6_node_lookup()
1632 struct fib6_node *fn; in fib6_node_lookup()
1668 static struct fib6_node *fib6_locate_1(struct fib6_node *root, in fib6_locate_1()
[all …]
H A Droute.c419 struct fib6_node *fn; in rt6_multipath_first_sibling_rcu()
945 if (next->fib6_node) in rt6_select()
1190 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack()
1258 struct fib6_node *fn; in ip6_pol_route_lookup()
2843 struct fib6_node *fn; in ip6_link_failure()
3102 struct fib6_node *fn; in __ip6_route_redirect()
3952 struct fib6_node *fn; in __ip6_del_rt_siblings()
4077 struct fib6_node *fn; in ip6_route_del()
4310 struct fib6_node *fn; in rt6_get_route_info()
4719 struct fib6_node *fn; in rt6_multipath_first_sibling()
[all …]
H A Daddrconf.c2497 struct fib6_node *fn; in addrconf_get_prefix_route()
3584 if (!ifp->rt || !ifp->rt->fib6_node) { in fixup_permanent_addr()
6285 if (ifp->rt && !rcu_access_pointer(ifp->rt->fib6_node)) { in __ipv6_ifa_notify()