Searched refs:g_bond (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_bond.c | 535 static bond_globals_ref g_bond; variable 1004 if (g_bond != NULL) { in bond_globals_init() 1026 if (g_bond != NULL) { in bond_globals_init() 1031 g_bond = b; in bond_globals_init() 1261 TAILQ_INSERT_HEAD(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_clone_create() 1289 TAILQ_REMOVE(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_remove() 1627 TAILQ_FOREACH(ifb, &g_bond->ifbond_list, ifb_bond_list) { in bond_lookup_port() 3471 TAILQ_FOREACH(bond, &g_bond->ifbond_list, ifb_bond_list) { in ifbond_list_find_moved_port() 4102 && bcmp(partner->lap_system, &g_bond->system, in bondport_RecordPDU() 4103 sizeof(g_bond->system)) == 0 in bondport_RecordPDU() [all …]
|