Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dif_bond.c576 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media);
579 ifbond_deactivate_LAG(ifbond_ref bond, LAG_ref lag);
588 LAG_get_aggregatable_port_count(LAG_ref lag, int * active_media);
625 bondport_matches_LAG(bondport_ref p, LAG_ref lag);
3515 LAG_ref lag = NULL; in ifbond_selection() local
3520 lag = ifbond_find_best_LAG(bond, &active_media); in ifbond_selection()
3521 if (lag != bond->ifb_active_lag) { in ifbond_selection()
3526 bond->ifb_active_lag = lag; in ifbond_selection()
3527 if (lag != NULL) { in ifbond_selection()
3528 ifbond_activate_LAG(bond, lag, active_media); in ifbond_selection()
[all …]