Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dif_bond.c192 short ifb_max_active;/* 0 == unlimited */ member
3554 if (bond->ifb_max_active > 0) { in ifbond_selection()
3555 if (lag->lag_selected_port_count < bond->ifb_max_active) { in ifbond_selection()
3593 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3594 && best_count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3595 best_count = bond->ifb_max_active; in ifbond_find_best_LAG()
3612 if (bond->ifb_max_active > 0 in ifbond_find_best_LAG()
3613 && count > bond->ifb_max_active) { in ifbond_find_best_LAG()
3615 count = bond->ifb_max_active; in ifbond_find_best_LAG()
3649 if (bond->ifb_max_active > 0) { in ifbond_activate_LAG()
[all …]