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