Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c664 static struct if_clone bond_cloner = IF_CLONE_INITIALIZER(BONDNAME, variable
731 if_clone_softc_deallocate(&bond_cloner, ifb); in ifbond_release()
1132 if ((error = if_clone_attach(&bond_cloner)) != 0) { in bond_clone_attach()
1174 ifb = if_clone_softc_allocate(&bond_cloner); in bond_clone_create()