Searched refs:g_bond (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_bond.c | 491 static bond_globals_ref g_bond; variable 971 if (g_bond != NULL) { in bond_globals_init() 993 if (g_bond != NULL) { in bond_globals_init() 998 g_bond = b; in bond_globals_init() 1243 TAILQ_INSERT_HEAD(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_clone_create() 1271 TAILQ_REMOVE(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_remove() 1608 TAILQ_FOREACH(ifb, &g_bond->ifbond_list, ifb_bond_list) { in bond_lookup_port() 3480 TAILQ_FOREACH(bond, &g_bond->ifbond_list, ifb_bond_list) { in ifbond_list_find_moved_port() 4129 && bcmp(partner->lap_system, &g_bond->system, in bondport_RecordPDU() 4130 sizeof(g_bond->system)) == 0 in bondport_RecordPDU() [all …]
|