Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h355 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro
492 # if !defined(KMALLOCS)
493 # define KMALLOCS(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT) macro
575 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro
H A Dip_sync.c181 KMALLOCS(softs->synclog, synclogent_t *,
188 KMALLOCS(softs->syncupd, syncupdent_t *,
195 KMALLOCS(softs->syncstatetab, synclist_t **,
202 KMALLOCS(softs->syncnattab, synclist_t **,
H A Dip_proxy.c422 KMALLOCS(softp->ips_sess_tab, ap_session_t **, size);
728 KMALLOCS(ptr, caddr_t, ctl.apc_dsize);
1331 KMALLOCS(ipn, ipnat_t *, size);
1419 KMALLOCS(ipn, ipnat_t *, size);
H A Dip_dstlist.c524 KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name);
554 KMALLOCS(nodes, ipf_dstnode_t **,
675 KMALLOCS(temp, frdest_t *, size);
H A Dip_frag.c249 KMALLOCS(softf->ipfr_heads, ipfr_t **,
256 KMALLOCS(softf->ipfr_nattab, ipfr_t **,
263 KMALLOCS(softf->ipfr_ipidtab, ipfr_t **,
H A Dip_nat.c384 KMALLOCS(softn->ipf_nat_table[0], nat_t **, \
394 KMALLOCS(softn->ipf_nat_table[1], nat_t **, \
404 KMALLOCS(softn->ipf_nat_map_rules, ipnat_t **, \
414 KMALLOCS(softn->ipf_nat_rdr_rules, ipnat_t **, \
424 KMALLOCS(softn->ipf_hm_maptable, hostmap_t **, \
1055 KMALLOCS(nt, ipnat_t *, natd.in_size);
1810 KMALLOCS(ipn, nat_save_t *, ipns.ipn_dsize);
1964 KMALLOCS(ipnn, nat_save_t *, ipn.ipn_dsize);
2016 KMALLOCS(in, ipnat_t *, ipnn->ipn_ipnat.in_size);
2141 KMALLOCS(aps->aps_data, void *, aps->aps_psiz);
[all …]
H A Dip_raudio_pxy.c66 KMALLOCS(aps->aps_data, void *, sizeof(raudio_t));
H A Dip_dns_pxy.c198 KMALLOCS(di, dnsinfo_t *, sizeof(dnsinfo_t));
H A Dip_auth.c205 KMALLOCS(softa->ipf_auth, frauth_t *,
212 KMALLOCS(softa->ipf_auth_pkts, mb_t **,
H A Dip_ipsec_pxy.c177 KMALLOCS(ipn, ipnat_t *, size);
H A Dip_tftp_pxy.c185 KMALLOCS(ipn, ipnat_t *, size);
H A Dip_pptp_pxy.c142 KMALLOCS(ipn, ipnat_t *, size);
H A Dip_log.c563 KMALLOCS(buf, caddr_t, len);
H A Dip_state.c302 KMALLOCS(state_seed, u_long *, state_size * sizeof(*state_seed)); in ipf_state_seed_alloc()
347 KMALLOCS(softs->ipf_state_table,
360 KMALLOCS(softs->ipf_state_stats.iss_bucketlen, u_int *,
5279 KMALLOCS(newtab, ipstate_t **, newsize * sizeof(ipstate_t *));
5285 KMALLOCS(bucketlens, u_int *, newsize * sizeof(u_int));
H A Dip_htable.c349 KMALLOCS(iph->iph_table, iphtent_t **,
H A Dradix_ipf.c891 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t)); in ipf_rx_create()
H A Dfil.c4550 KMALLOCS(f, frentry_t *, fp->fr_size);
4770 KMALLOCS(ptr, void *, fp->fr_dsize);
7159 KMALLOCS(copy, ipftuneable_t *, size);
8703 KMALLOCS(array, int *, arraysize);