Home
last modified time | relevance | path

Searched refs:uw_nh_entries (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dnexthop.c576 INIT_LIST_HEAD(&res_table->uw_nh_entries); in nexthop_res_table_alloc()
640 if (list_empty(&res_table->uw_nh_entries)) in nh_res_table_unbalanced_time()
1679 return list_empty(&res_table->uw_nh_entries); in nh_res_table_is_balanced()
1770 new_nhge = list_first_entry_or_null(&res_table->uw_nh_entries, in nh_res_bucket_migrate()
1899 INIT_LIST_HEAD(&res_table->uw_nh_entries); in nh_res_group_rebalance()
1916 if (list_empty(&res_table->uw_nh_entries)) in nh_res_group_rebalance()
1919 &res_table->uw_nh_entries); in nh_res_group_rebalance()
1965 bool prev_has_uw = !list_empty(&old_res_table->uw_nh_entries); in replace_nexthop_grp_res()
1970 if (prev_has_uw && !list_empty(&old_res_table->uw_nh_entries)) in replace_nexthop_grp_res()
/linux/include/net/
H A Dnexthop.h90 struct list_head uw_nh_entries; member