Home | History | Annotate | Download | only in netinet

Lines Matching refs:KMALLOCS

391 	KMALLOCS(softn->ipf_nat_table[0], nat_t **, \
401 KMALLOCS(softn->ipf_nat_table[1], nat_t **, \
411 KMALLOCS(softn->ipf_nat_map_rules, ipnat_t **, \
421 KMALLOCS(softn->ipf_nat_rdr_rules, ipnat_t **, \
431 KMALLOCS(softn->ipf_hm_maptable, hostmap_t **, \
442 KMALLOCS(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, u_int *,
451 KMALLOCS(softn->ipf_nat_stats.ns_side[1].ns_bucketlen, u_int *,
1039 KMALLOCS(nt, ipnat_t *, natd->in_size);
1790 KMALLOCS(ipn, nat_save_t *, ipns.ipn_dsize);
1949 KMALLOCS(ipnn, nat_save_t *, ipn->ipn_dsize);
2001 KMALLOCS(in, ipnat_t *, ipnn->ipn_ipnat.in_size);
2131 KMALLOCS(aps->aps_data, void *, aps->aps_psiz);
7930 KMALLOCS(newtab[0], nat_t **, newsize * sizeof(nat_t *));
7936 KMALLOCS(newtab[1], nat_t **, newsize * sizeof(nat_t *));
7942 KMALLOCS(bucketlens[0], u_int *, newsize * sizeof(u_int));
7948 KMALLOCS(bucketlens[1], u_int *, newsize * sizeof(u_int));
8099 KMALLOCS(newtab, ipnat_t **, newsize * sizeof(ipnat_t *));
8169 KMALLOCS(newtab, hostmap_t **, newsize * sizeof(hostmap_t *));