Lines Matching refs:ifb_max_active
190 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()
3654 need = bond->ifb_max_active; in ifbond_activate_LAG()
3663 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3686 bond->ifb_max_active = max_active;
3687 if (bond->ifb_max_active <= 0 || lag == NULL) {
3690 if (lag->lag_selected_port_count > bond->ifb_max_active) {
3694 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;