Searched refs:ifb_max_active (Results 1 – 1 of 1) sorted by relevance
190 short ifb_max_active;/* 0 == unlimited */ member3552 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()[all …]