Lines Matching refs:f6i
1587 struct fib6_info *f6i; in fib6_check_nh_list() local
1592 list_for_each_entry(f6i, &old->f6i_list, nh_list) { in fib6_check_nh_list()
1593 if (check_src_addr(&f6i->fib6_src.addr, extack) < 0) in fib6_check_nh_list()
2121 struct fib6_info *f6i; in __remove_nexthop_fib() local
2137 f6i = list_first_entry(&nh->f6i_list, typeof(*f6i), nh_list); in __remove_nexthop_fib()
2140 fib6_info_hold(f6i); in __remove_nexthop_fib()
2143 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
2193 struct fib6_info *f6i; in nh_rt_cache_flush() local
2200 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in nh_rt_cache_flush()
2201 ipv6_stub->fib6_update_sernum(net, f6i); in nh_rt_cache_flush()
2470 struct fib6_info *f6i; in __nexthop_replace_notify() local
2488 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in __nexthop_replace_notify()
2489 ipv6_stub->fib6_rt_update(net, f6i, info); in __nexthop_replace_notify()