Searched refs:nexthop_for_each_fib6_nh (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/ipv6/ |
D | route.c | 520 if (nexthop_for_each_fib6_nh(nh, __rt6_nh_dev_match, &arg)) in rt6_nh_dev_match() 822 if (nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_find_match, in __find_rr_leaf() 1776 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_flush_exceptions, in rt6_flush_exceptions() 1899 rc = nexthop_for_each_fib6_nh(from->nh, in rt6_remove_exception_rt() 1975 nexthop_for_each_fib6_nh(from->nh, fib6_nh_find_match, &arg); in rt6_update_exception_stamp_rt() 2165 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_age_exceptions, in rt6_age_exceptions() 2893 nexthop_for_each_fib6_nh(res.f6i->nh, in __ip6_rt_update_pmtu() 3078 if (nexthop_for_each_fib6_nh(rt->nh, in __ip6_route_redirect() 4016 return nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_del_cached_rt, &arg); in ip6_del_cached_rt_nh() 4206 nexthop_for_each_fib6_nh(res.f6i->nh, in rt6_do_redirect() [all …]
|
D | ip6_fib.c | 1017 nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_drop_pcpu_from, in fib6_drop_pcpu_from()
|
/Linux-v6.1/include/net/ |
D | nexthop.h | 548 int nexthop_for_each_fib6_nh(struct nexthop *nh,
|
/Linux-v6.1/net/ipv4/ |
D | nexthop.c | 1226 int nexthop_for_each_fib6_nh(struct nexthop *nh, in nexthop_for_each_fib6_nh() function 1255 EXPORT_SYMBOL_GPL(nexthop_for_each_fib6_nh);
|