Searched refs:nexthop_for_each_fib6_nh (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv6/ |
H A D | route.c | 556 if (nexthop_for_each_fib6_nh(nh, __rt6_nh_dev_match, &arg)) in rt6_nh_dev_match() 861 if (nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_find_match, in __find_rr_leaf() 1825 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_flush_exceptions, f6i); in rt6_flush_exceptions() 1949 rc = nexthop_for_each_fib6_nh(from->nh, in rt6_remove_exception_rt() 2025 nexthop_for_each_fib6_nh(from->nh, fib6_nh_find_match, &arg); in rt6_update_exception_stamp_rt() 2216 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_age_exceptions, in rt6_age_exceptions() 2950 nexthop_for_each_fib6_nh(res.f6i->nh, in __ip6_rt_update_pmtu() 3136 if (nexthop_for_each_fib6_nh(rt->nh, in __ip6_route_redirect() 4117 return nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_del_cached_rt, &arg); in ip6_del_cached_rt_nh() 4308 nexthop_for_each_fib6_nh(re in rt6_do_redirect() [all...] |
H A D | ip6_fib.c | 1021 nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_drop_pcpu_from, f6i); in fib6_drop_pcpu_from()
|
/linux/include/net/ |
H A D | nexthop.h | 557 int nexthop_for_each_fib6_nh(struct nexthop *nh,
|
/linux/net/ipv4/ |
H A D | nexthop.c | 1499 int nexthop_for_each_fib6_nh(struct nexthop *nh, in nexthop_for_each_fib6_nh() function 1528 EXPORT_SYMBOL_GPL(nexthop_for_each_fib6_nh);
|