Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c3592 int best_count = 0; in ifbond_find_best_LAG() local
3598 best_count = LAG_get_aggregatable_port_count(best_lag, &best_active); in ifbond_find_best_LAG()
3600 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3601 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()
3624 if ((count * speed) > (best_count * best_speed)) { in ifbond_find_best_LAG()
3625 best_count = count; in ifbond_find_best_LAG()
3631 if (best_count == 0) { in ifbond_find_best_LAG()