KMALLOCS
KMALLOCS(f, frentry_t *, fp->fr_size);
KMALLOCS(ptr, void *, fp->fr_dsize);
KMALLOCS(copy, ipftuneable_t *, size);
KMALLOCS(array, int *, arraysize);
KMALLOCS(softa->ipf_auth, frauth_t *,
KMALLOCS(softa->ipf_auth_pkts, mb_t **,
# if !defined(KMALLOCS)
KMALLOCS(di, dnsinfo_t *, sizeof(dnsinfo_t));
KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name);
KMALLOCS(nodes, ipf_dstnode_t **,
KMALLOCS(temp, frdest_t *, size);
KMALLOCS(softf->ipfr_heads, ipfr_t **,
KMALLOCS(softf->ipfr_nattab, ipfr_t **,
KMALLOCS(softf->ipfr_ipidtab, ipfr_t **,
KMALLOCS(iph->iph_table, iphtent_t **,
KMALLOCS(ipn, ipnat_t *, size);
KMALLOCS(buf, caddr_t, len);
KMALLOCS(nt, ipnat_t *, natd.in_size);
KMALLOCS(ipn, nat_save_t *, ipns.ipn_dsize);
KMALLOCS(ipnn, nat_save_t *, ipn.ipn_dsize);
KMALLOCS(in, ipnat_t *, ipnn->ipn_ipnat.in_size);
KMALLOCS(aps->aps_data, void *, aps->aps_psiz);
KMALLOCS(softn->ipf_nat_table[0], nat_t **, \
KMALLOCS(softn->ipf_nat_table[1], nat_t **, \
KMALLOCS(softn->ipf_nat_map_rules, ipnat_t **, \
KMALLOCS(softn->ipf_nat_rdr_rules, ipnat_t **, \
KMALLOCS(softn->ipf_hm_maptable, hostmap_t **, \
KMALLOCS(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, u_int *,
KMALLOCS(softn->ipf_nat_stats.ns_side[1].ns_bucketlen, u_int *,
KMALLOCS(newtab[0], nat_t **, newsize * sizeof(nat_t *));
KMALLOCS(newtab[1], nat_t **, newsize * sizeof(nat_t *));
KMALLOCS(bucketlens[0], u_int *, newsize * sizeof(u_int));
KMALLOCS(bucketlens[1], u_int *, newsize * sizeof(u_int));
KMALLOCS(newtab, ipnat_t **, newsize * sizeof(ipnat_t *));
KMALLOCS(newtab, hostmap_t **, newsize * sizeof(hostmap_t *));
KMALLOCS(ipn, ipnat_t *, size);
KMALLOCS(ipn, ipnat_t *, size);
KMALLOCS(ipn, ipnat_t *, size);
KMALLOCS(softp->ips_sess_tab, ap_session_t **, size);
KMALLOCS(ptr, caddr_t, ctl.apc_dsize);
KMALLOCS(aps->aps_data, void *, sizeof(raudio_t));
KMALLOCS(state_seed, u_long *, state_size * sizeof(*state_seed));
KMALLOCS(softs->ipf_state_table,
KMALLOCS(softs->ipf_state_stats.iss_bucketlen, u_int *,
KMALLOCS(newtab, ipstate_t **, newsize * sizeof(ipstate_t *));
KMALLOCS(bucketlens, u_int *, newsize * sizeof(u_int));
KMALLOCS(softs->synclog, synclogent_t *,
KMALLOCS(softs->syncupd, syncupdent_t *,
KMALLOCS(softs->syncstatetab, synclist_t **,
KMALLOCS(softs->syncnattab, synclist_t **,
KMALLOCS(ipn, ipnat_t *, size);
KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t));