Searched defs:tmp_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c285 ip6_asp_t *tmp_table; local
355 if ((tmp_table = kmem_alloc(count * sizeof (ip6_asp_t), KM_NOSLEEP)) ==
380 kmem_free(tmp_table, count * sizeof (ip6_asp_t));
396 ip6_asp_copy(dst, tmp_table, count);
400 ip6_asp_copy(new_table, tmp_table, count);
403 if (!IN6_IS_ADDR_UNSPECIFIED(&tmp_table[count - 1].ip6_asp_prefix) ||
404 !IN6_IS_ADDR_UNSPECIFIED(&tmp_table[count - 1].ip6_asp_mask)) {
406 kmem_free(tmp_table, count * sizeof (ip6_asp_t));
414 ipst->ips_ip6_asp_table = tmp_table;

Completed in 44 milliseconds