Searched refs:fib6_locate (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ip6_fib.h | 451 struct fib6_node *fib6_locate(struct fib6_node *root,
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_fib.c | 1710 struct fib6_node *fib6_locate(struct fib6_node *root, in fib6_locate() function
|
H A D | route.c | 4044 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 D | addrconf.c | 2471 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0, true); in addrconf_get_prefix_route()
|