Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_bond.c2058 bondport_ref * new_array = NULL; in bond_add_interface() local
2173 new_array = kalloc_type(bondport_ref, new_max, Z_WAITOK); in bond_add_interface()
2174 if (new_array == NULL) { in bond_add_interface()
2277 bcopy(ifb->ifb_distributing_array, new_array, in bond_add_interface()
2278 sizeof(*new_array) * ifb->ifb_distributing_count); in bond_add_interface()
2282 ifb->ifb_distributing_array = new_array; in bond_add_interface()
2325 kfree_type(bondport_ref, new_max, new_array); in bond_add_interface()