Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dnexthop.c560 INIT_LIST_HEAD(&res_table->uw_nh_entries); in nexthop_res_table_alloc()
624 if (list_empty(&res_table->uw_nh_entries)) in nh_res_table_unbalanced_time()
1442 return list_empty(&res_table->uw_nh_entries); in nh_res_table_is_balanced()
1533 new_nhge = list_first_entry_or_null(&res_table->uw_nh_entries, in nh_res_bucket_migrate()
1662 INIT_LIST_HEAD(&res_table->uw_nh_entries); in nh_res_group_rebalance()
1678 if (list_empty(&res_table->uw_nh_entries)) in nh_res_group_rebalance()
1681 &res_table->uw_nh_entries); in nh_res_group_rebalance()
1727 bool prev_has_uw = !list_empty(&old_res_table->uw_nh_entries); in replace_nexthop_grp_res()
1732 if (prev_has_uw && !list_empty(&old_res_table->uw_nh_entries)) in replace_nexthop_grp_res()
/linux-6.6.21/include/net/
Dnexthop.h88 struct list_head uw_nh_entries; member