Searched refs:g_bond (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/net/ |
| H A D | if_bond.c | 490 static bond_globals_ref g_bond; variable 967 if (g_bond != NULL) { in bond_globals_init() 989 if (g_bond != NULL) { in bond_globals_init() 994 g_bond = b; in bond_globals_init() 1235 TAILQ_INSERT_HEAD(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_clone_create() 1263 TAILQ_REMOVE(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_remove() 1600 TAILQ_FOREACH(ifb, &g_bond->ifbond_list, ifb_bond_list) { in bond_lookup_port() 3472 TAILQ_FOREACH(bond, &g_bond->ifbond_list, ifb_bond_list) { in ifbond_list_find_moved_port() 4121 && bcmp(partner->lap_system, &g_bond->system, in bondport_RecordPDU() 4122 sizeof(g_bond->system)) == 0 in bondport_RecordPDU() [all …]
|