Searched refs:g_bond (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | if_bond.c | 490 static bond_globals_ref g_bond; variable 969 if (g_bond != NULL) { in bond_globals_init() 991 if (g_bond != NULL) { in bond_globals_init() 996 g_bond = b; in bond_globals_init() 1241 TAILQ_INSERT_HEAD(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_clone_create() 1269 TAILQ_REMOVE(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_remove() 1606 TAILQ_FOREACH(ifb, &g_bond->ifbond_list, ifb_bond_list) { in bond_lookup_port() 3478 TAILQ_FOREACH(bond, &g_bond->ifbond_list, ifb_bond_list) { in ifbond_list_find_moved_port() 4127 && bcmp(partner->lap_system, &g_bond->system, in bondport_RecordPDU() 4128 sizeof(g_bond->system)) == 0 in bondport_RecordPDU() [all …]
|