Searched refs:new_array (Results 1 – 1 of 1) sorted by relevance
2122 bondport_ref * new_array = NULL; in bond_add_interface() local2239 new_array = kalloc_type(bondport_ref, new_max, Z_WAITOK); in bond_add_interface()2240 if (new_array == NULL) { in bond_add_interface()2335 bcopy(ifb->ifb_distributing_array, new_array, in bond_add_interface()2336 sizeof(*new_array) * ifb->ifb_distributing_count); in bond_add_interface()2340 ifb->ifb_distributing_array = new_array; in bond_add_interface()2382 kfree_type(bondport_ref, new_max, new_array); in bond_add_interface()