Searched refs:bond_init (Results 1 – 1 of 1) sorted by relevance
1190 struct ifnet_init_eparams bond_init; in bond_clone_create() local1210 bzero(&bond_init, sizeof(bond_init)); in bond_clone_create()1211 bond_init.ver = IFNET_INIT_CURRENT_VERSION; in bond_clone_create()1212 bond_init.len = sizeof(bond_init); in bond_clone_create()1213 bond_init.flags = IFNET_INIT_LEGACY; in bond_clone_create()1214 bond_init.uniqueid_len = strbuflen(ifb->ifb_name); in bond_clone_create()1215 bond_init.uniqueid = ifb->ifb_name; in bond_clone_create()1216 bond_init.name = __unsafe_null_terminated_from_indexable(ifc->ifc_name); in bond_clone_create()1217 bond_init.unit = unit; in bond_clone_create()1218 bond_init.family = IFNET_FAMILY_BOND; in bond_clone_create()[all …]