Lines Matching refs:f6i
673 struct fib6_info *f6i; in fib6_check_nh_list() local
678 list_for_each_entry(f6i, &old->f6i_list, nh_list) { in fib6_check_nh_list()
679 if (check_src_addr(&f6i->fib6_src.addr, extack) < 0) in fib6_check_nh_list()
869 struct fib6_info *f6i, *tmp; in __remove_nexthop_fib() local
881 list_for_each_entry_safe(f6i, tmp, &nh->f6i_list, nh_list) { in __remove_nexthop_fib()
883 fib6_info_hold(f6i); in __remove_nexthop_fib()
884 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
929 struct fib6_info *f6i; in nh_rt_cache_flush() local
934 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in nh_rt_cache_flush()
935 ipv6_stub->fib6_update_sernum(net, f6i); in nh_rt_cache_flush()
1028 struct fib6_info *f6i; in __nexthop_replace_notify() local
1046 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in __nexthop_replace_notify()
1047 ipv6_stub->fib6_rt_update(net, f6i, info); in __nexthop_replace_notify()