Home
last modified time | relevance | path

Searched refs:f6i_list (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dnexthop.c540 INIT_LIST_HEAD(&nh->f6i_list); in nexthop_alloc()
1609 if (list_empty(&old->f6i_list)) in fib6_check_nh_list()
1613 list_for_each_entry(f6i, &old->f6i_list, nh_list) { in fib6_check_nh_list()
2178 while (!list_empty(&nh->f6i_list)) { in __remove_nexthop_fib()
2179 f6i = list_first_entry(&nh->f6i_list, typeof(*f6i), nh_list); in __remove_nexthop_fib()
2258 have_f6i = !list_empty(&nh->f6i_list); in nh_rt_cache_flush()
2556 list_for_each_entry(f6i, &nh->f6i_list, nh_list) in __nexthop_replace_notify()
/linux/include/net/
H A Dnexthop.h147 struct list_head f6i_list; /* v6 entries using nh */ member
/linux/net/ipv6/
H A Dip6_fib.c1374 list_add(&rt->nh_list, &rt->nh->f6i_list); in fib6_add_rt2node_nh()