Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_bond.c703 static struct if_clone bond_cloner = IF_CLONE_INITIALIZER(BONDNAME, variable
1154 if ((error = if_clone_attach(&bond_cloner)) != 0) { in bond_clone_attach()