Lines Matching refs:ifb_max_active
190 short ifb_max_active;/* 0 == unlimited */ member
3552 if (bond->ifb_max_active > 0) { in ifbond_selection()
3553 if (lag->lag_selected_port_count < bond->ifb_max_active) { in ifbond_selection()
3591 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3592 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3593 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()
3610 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3611 && count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3613 count = bond->ifb_max_active; in ifbond_find_best_LAG()
3647 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3648 need = bond->ifb_max_active; in ifbond_activate_LAG()
3657 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3680 bond->ifb_max_active = max_active;
3681 if (bond->ifb_max_active <= 0 || lag == NULL) {
3684 if (lag->lag_selected_port_count > bond->ifb_max_active) {
3688 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;