Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_bond.c190 short ifb_max_active;/* 0 == unlimited */ member
3558 if (bond->ifb_max_active > 0) { in ifbond_selection()
3559 if (lag->lag_selected_port_count < bond->ifb_max_active) { in ifbond_selection()
3597 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3598 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3599 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()
3616 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3617 && count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3619 count = bond->ifb_max_active; in ifbond_find_best_LAG()
3653 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
[all …]