Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip6_fib.h451 struct fib6_node *fib6_locate(struct fib6_node *root,
/openbmc/linux/net/ipv6/
H A Dip6_fib.c1710 struct fib6_node *fib6_locate(struct fib6_node *root, in fib6_locate() function
H A Droute.c4044 fn = fib6_locate(&table->tb6_root, in ip6_route_del()
4274 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0, true); in rt6_get_route_info()
H A Daddrconf.c2471 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0, true); in addrconf_get_prefix_route()