Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h298 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro
487 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT) macro
631 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro
713 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_PFILT, \ macro
1189 # define KMALLOCS(x,t,s) (x) = (t)kmalloc((s), \ macro
1318 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_TEMP, \ macro
1480 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro
1626 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT) macro
1664 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro
H A Dip_rcmd_pxy.c89 KMALLOCS(aps->aps_data, u_32_t *, sizeof(u_32_t));
H A Dip_h323_pxy.c205 KMALLOCS(newarray, char *, aps->aps_psiz + sizeof(*ipn));
H A Dip_raudio_pxy.c80 KMALLOCS(aps->aps_data, void *, sizeof(raudio_t));
H A Dip_ipsec_pxy.c143 KMALLOCS(aps->aps_data, ipsec_pxy_t *, sizeof(*ipsec));
H A Dip_pptp_pxy.c126 KMALLOCS(aps->aps_data, pptp_pxy_t *, sizeof(*pptp));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c132 KMALLOCS(ifs->ifs_ipfr_heads, ipfr_t **,
139 KMALLOCS(ifs->ifs_ipfr_nattab, ipfr_t **,
146 KMALLOCS(ifs->ifs_ipfr_ipidtab, ipfr_t **,
H A Dradix_ipf.h166 #define R_Malloc(p, t, n) KMALLOCS(p, t, n)
H A Dip_proxy.c323 KMALLOCS(ptr, caddr_t, ctl.apc_dsize);
877 KMALLOCS(ifs->ifs_ap_proxies, aproxy_t *, sizeof (lcl_ap_proxies));
H A Dip_auth.c136 KMALLOCS(ifs->ifs_fr_auth, frauth_t *,
144 KMALLOCS(ifs->ifs_fr_authpkts, mb_t **,
H A Dip_nat.c184 KMALLOCS(ifs->ifs_nat_table[0], nat_t **,
192 KMALLOCS(ifs->ifs_nat_table[1], nat_t **,
200 KMALLOCS(ifs->ifs_nat_rules, ipnat_t **,
208 KMALLOCS(ifs->ifs_rdr_rules, ipnat_t **,
216 KMALLOCS(ifs->ifs_maptable, hostmap_t **,
226 KMALLOCS(ifs->ifs_nat_stats.ns_bucketlen[0], u_long *,
233 KMALLOCS(ifs->ifs_nat_stats.ns_bucketlen[1], u_long *,
1274 KMALLOCS(ipn, nat_save_t *, ipns.ipn_dsize);
1615 KMALLOCS(ipnn, nat_save_t *, ipn.ipn_dsize);
1767 KMALLOCS(aps->aps_data, void *, aps->aps_psiz);
H A Dip_log.c471 KMALLOCS(buf, caddr_t, len);
H A Dip_htable.c156 KMALLOCS(iph->iph_table, iphtent_t **,
H A Dip_state.c162 KMALLOCS(ifs->ifs_ips_table, ipstate_t **,
169 KMALLOCS(ifs->ifs_ips_seed, u_long *,
211 KMALLOCS(ifs->ifs_ips_stats.iss_bucketlen, u_long *,
H A Dfil.c4512 KMALLOCS(ptr, void *, fp->fr_dsize);
6453 KMALLOCS(ifs->ifs_ipf_tuneables, ipftuneable_t *, in ipftuneable_alloc()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c811 KMALLOCS(ifs, ipf_stack_t *, sizeof (*ifs)); in create_ifs()