Searched refs:bond (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_bond.c | 150 SYSCTL_NODE(_net_link, OID_AUTO, bond, CTLFLAG_RW | CTLFLAG_LOCKED, 0, 619 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media); 622 ifbond_deactivate_LAG(ifbond_ref bond, LAG_ref lag); 625 ifbond_all_ports_ready(ifbond_ref bond); 628 ifbond_find_best_LAG(ifbond_ref bond, int * active_media); 634 ifbond_selection(ifbond_ref bond); 3465 ifbond_ref bond; in ifbond_list_find_moved_port() local 3470 TAILQ_FOREACH(bond, &g_bond->ifbond_list, ifb_bond_list) { in ifbond_list_find_moved_port() 3471 TAILQ_FOREACH(p, &bond->ifb_port_list, po_port_list) { in ifbond_list_find_moved_port() 3506 ifbond_selection(ifbond_ref bond) in ifbond_selection() argument [all …]
|
| /xnu-11417.121.6/tests/ |
| H A D | net_bond.c | 234 bond_add_member(if_name_t bond, if_name_t member) in bond_add_member() argument 247 strlcpy(ifr.ifr_name, bond, sizeof(ifr.ifr_name)); in bond_add_member() 251 bond, member); in bond_add_member()
|
| /xnu-11417.121.6/config/ |
| H A D | MASTER.x86_64 | 36 # NETWORKING = [ inet bpfilter dummynet traffic_mgt sendfile ah_all_crypto bond vlan gif stf i…
|
| H A D | MASTER.arm64.MacOSX | 39 # NETWORKING = [ inet bpfilter dummynet traffic_mgt sendfile ah_all_crypto bond vlan gif stf i…
|
| H A D | MASTER | 62 options BOND # # <bond>
|
| /xnu-11417.121.6/bsd/conf/ |
| H A D | files | 37 OPTIONS/bond optional bond 188 bsd/net/if_bond.c optional bond bound-checks 189 bsd/net/devtimer.c optional bond bound-checks
|