Home
last modified time | relevance | path

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

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