Lines Matching refs:ifb_max_active
237 short ifb_max_active;/* 0 == unlimited */ member
3549 if (bond->ifb_max_active > 0) { in ifbond_selection()
3550 if (lag->lag_selected_port_count < bond->ifb_max_active) { in ifbond_selection()
3588 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3589 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3590 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()
3607 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3608 && count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3610 count = bond->ifb_max_active; in ifbond_find_best_LAG()
3644 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3645 need = bond->ifb_max_active; in ifbond_activate_LAG()
3654 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
3677 bond->ifb_max_active = max_active;
3678 if (bond->ifb_max_active <= 0 || lag == NULL) {
3681 if (lag->lag_selected_port_count > bond->ifb_max_active) {
3685 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;