Searched refs:nexthop_for_each_fib6_nh (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 517 if (nexthop_for_each_fib6_nh(nh, __rt6_nh_dev_match, &arg)) in rt6_nh_dev_match() 820 if (nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_find_match, in __find_rr_leaf() 1778 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_flush_exceptions, in rt6_flush_exceptions() 1901 rc = nexthop_for_each_fib6_nh(from->nh, in rt6_remove_exception_rt() 1977 nexthop_for_each_fib6_nh(from->nh, fib6_nh_find_match, &arg); in rt6_update_exception_stamp_rt() 2170 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_age_exceptions, in rt6_age_exceptions() 2773 nexthop_for_each_fib6_nh(res.f6i->nh, in __ip6_rt_update_pmtu() 2964 if (nexthop_for_each_fib6_nh(rt->nh, in __ip6_route_redirect() 3932 return nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_del_cached_rt, &arg); in ip6_del_cached_rt_nh() 4122 nexthop_for_each_fib6_nh(re in rt6_do_redirect() [all...] |
H A D | ip6_fib.c | 1019 nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_drop_pcpu_from, in fib6_drop_pcpu_from()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 521 if (nexthop_for_each_fib6_nh(nh, __rt6_nh_dev_match, &arg)) in rt6_nh_dev_match() 823 if (nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_find_match, in __find_rr_leaf() 1777 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_flush_exceptions, in rt6_flush_exceptions() 1900 rc = nexthop_for_each_fib6_nh(from->nh, in rt6_remove_exception_rt() 1976 nexthop_for_each_fib6_nh(from->nh, fib6_nh_find_match, &arg); in rt6_update_exception_stamp_rt() 2166 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_age_exceptions, in rt6_age_exceptions() 2894 nexthop_for_each_fib6_nh(res.f6i->nh, in __ip6_rt_update_pmtu() 3080 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(re in rt6_do_redirect() [all...] |
H A D | ip6_fib.c | 1016 nexthop_for_each_fib6_nh(f6i->nh, fib6_nh_drop_pcpu_from, in fib6_drop_pcpu_from()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | nexthop.h | 434 int nexthop_for_each_fib6_nh(struct nexthop *nh,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | nexthop.h | 525 int nexthop_for_each_fib6_nh(struct nexthop *nh,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 586 int nexthop_for_each_fib6_nh(struct nexthop *nh, in nexthop_for_each_fib6_nh() function 615 EXPORT_SYMBOL_GPL(nexthop_for_each_fib6_nh); variable
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 1249 int nexthop_for_each_fib6_nh(struct nexthop *nh, in nexthop_for_each_fib6_nh() function 1278 EXPORT_SYMBOL_GPL(nexthop_for_each_fib6_nh); variable
|
Completed in 29 milliseconds