Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dnexthop.c559 INIT_LIST_HEAD(&res_table->uw_nh_entries); in nexthop_res_table_alloc()
623 if (list_empty(&res_table->uw_nh_entries)) in nh_res_table_unbalanced_time()
1418 return list_empty(&res_table->uw_nh_entries); in nh_res_table_is_balanced()
1509 new_nhge = list_first_entry_or_null(&res_table->uw_nh_entries, in nh_res_bucket_migrate()
1638 INIT_LIST_HEAD(&res_table->uw_nh_entries); in nh_res_group_rebalance()
1654 if (list_empty(&res_table->uw_nh_entries)) in nh_res_group_rebalance()
1657 &res_table->uw_nh_entries); in nh_res_group_rebalance()
1703 bool prev_has_uw = !list_empty(&old_res_table->uw_nh_entries); in replace_nexthop_grp_res()
1708 if (prev_has_uw && !list_empty(&old_res_table->uw_nh_entries)) in replace_nexthop_grp_res()
/Linux-v5.15/include/net/
Dnexthop.h88 struct list_head uw_nh_entries; member