Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_bond.c663 static struct if_clone bond_cloner = IF_CLONE_INITIALIZER(BONDNAME, variable
729 if_clone_softc_deallocate(&bond_cloner, ifb); in ifbond_release()
1130 if ((error = if_clone_attach(&bond_cloner)) != 0) { in bond_clone_attach()
1172 ifb = if_clone_softc_allocate(&bond_cloner); in bond_clone_create()