Home
last modified time | relevance | path

Searched refs:ifb_max_active (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c192 short ifb_max_active;/* 0 == unlimited */ member
3560 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 …]