Home
last modified time | relevance | path

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

/linux/include/net/
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/net/ipv6/
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()
203 struct fib6_node *fn = container_of(head, struct fib6_node, rcu); in node_free_rcu()
1357 struct fib6_node *fn = rcu_dereference_protected(rt->fib6_node, in __fib6_update_sernum_upto_root()
1393 struct fib6_node *fn; in fib6_add()
1566 static struct fib6_node *fib6_node_lookup_1(struct fib6_node *root, in fib6_node_lookup_1()
1569 struct fib6_node *fn; in fib6_node_lookup_1()
1635 struct fib6_node *fib6_node_lookup(struct fib6_node *root, in fib6_node_lookup()
1675 static struct fib6_node *fib6_locate_1(struct fib6_node *root, in fib6_locate_1()
[all …]
A Droute.c908 if (next->fib6_node) in rt6_select()
1153 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack()
1156 struct fib6_node *pn, *sn; in fib6_backtrack()
1221 struct fib6_node *fn; in ip6_pol_route_lookup()
2808 struct fib6_node *fn; in ip6_link_failure()
3067 struct fib6_node *fn; in __ip6_route_redirect()
3909 struct fib6_node *fn; in __ip6_del_rt_siblings()
4034 struct fib6_node *fn; in ip6_route_del()
4267 struct fib6_node *fn; in rt6_get_route_info()
4676 struct fib6_node *fn; in rt6_multipath_first_sibling()
[all …]
A Daddrconf.c2496 struct fib6_node *fn; in addrconf_get_prefix_route()
3585 if (!ifp->rt || !ifp->rt->fib6_node) { in fixup_permanent_addr()
6266 if (ifp->rt && !rcu_access_pointer(ifp->rt->fib6_node)) { in __ipv6_ifa_notify()

Completed in 41 milliseconds