Home
last modified time | relevance | path

Searched refs:g_bond (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dif_bond.c534 static bond_globals_ref g_bond; variable
1003 if (g_bond != NULL) { in bond_globals_init()
1025 if (g_bond != NULL) { in bond_globals_init()
1030 g_bond = b; in bond_globals_init()
1260 TAILQ_INSERT_HEAD(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_clone_create()
1288 TAILQ_REMOVE(&g_bond->ifbond_list, ifb, ifb_bond_list); in bond_remove()
1626 TAILQ_FOREACH(ifb, &g_bond->ifbond_list, ifb_bond_list) { in bond_lookup_port()
3470 TAILQ_FOREACH(bond, &g_bond->ifbond_list, ifb_bond_list) { in ifbond_list_find_moved_port()
4101 && bcmp(partner->lap_system, &g_bond->system, in bondport_RecordPDU()
4102 sizeof(g_bond->system)) == 0 in bondport_RecordPDU()
[all …]