Searched refs:ifb_max_active (Results 1 – 1 of 1) sorted by relevance
192 short ifb_max_active;/* 0 == unlimited */ member3560 if (bond->ifb_max_active > 0) { in ifbond_selection()3561 if (lag->lag_selected_port_count < bond->ifb_max_active) { in ifbond_selection()3599 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()3600 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()3601 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()3618 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()3619 && count > bond->ifb_max_active) { in ifbond_find_best_LAG()3621 count = bond->ifb_max_active; in ifbond_find_best_LAG()3655 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()[all …]