Lines Matching refs:ifb_max_active
236 short ifb_max_active;/* 0 == unlimited */ member
3548 if (bond->ifb_max_active > 0) { in ifbond_selection()
3549 if (lag->lag_selected_port_count < bond->ifb_max_active) { in ifbond_selection()
3587 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3588 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3589 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()
3606 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3607 && count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3609 count = bond->ifb_max_active; in ifbond_find_best_LAG()
3643 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3644 need = bond->ifb_max_active; in ifbond_activate_LAG()
3653 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3676 bond->ifb_max_active = max_active;
3677 if (bond->ifb_max_active <= 0 || lag == NULL) {
3680 if (lag->lag_selected_port_count > bond->ifb_max_active) {
3684 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;