Home
last modified time | relevance | path

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

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