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