Lines Matching refs:f6i
1314 struct fib6_info *f6i; in fib6_check_nh_list() local
1319 list_for_each_entry(f6i, &old->f6i_list, nh_list) { in fib6_check_nh_list()
1320 if (check_src_addr(&f6i->fib6_src.addr, extack) < 0) in fib6_check_nh_list()
1845 struct fib6_info *f6i, *tmp; in __remove_nexthop_fib() local
1857 list_for_each_entry_safe(f6i, tmp, &nh->f6i_list, nh_list) { in __remove_nexthop_fib()
1859 fib6_info_hold(f6i); in __remove_nexthop_fib()
1860 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
1906 struct fib6_info *f6i; in nh_rt_cache_flush() local
1913 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in nh_rt_cache_flush()
1914 ipv6_stub->fib6_update_sernum(net, f6i); in nh_rt_cache_flush()
2183 struct fib6_info *f6i; in __nexthop_replace_notify() local
2201 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in __nexthop_replace_notify()
2202 ipv6_stub->fib6_rt_update(net, f6i, info); in __nexthop_replace_notify()