| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 355 # 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 D | ip_sync.c | 181 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 D | ip_proxy.c | 422 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 D | ip_dstlist.c | 524 KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name); 554 KMALLOCS(nodes, ipf_dstnode_t **, 675 KMALLOCS(temp, frdest_t *, size);
|
| H A D | ip_frag.c | 249 KMALLOCS(softf->ipfr_heads, ipfr_t **, 256 KMALLOCS(softf->ipfr_nattab, ipfr_t **, 263 KMALLOCS(softf->ipfr_ipidtab, ipfr_t **,
|
| H A D | ip_nat.c | 384 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 D | ip_raudio_pxy.c | 66 KMALLOCS(aps->aps_data, void *, sizeof(raudio_t));
|
| H A D | ip_dns_pxy.c | 198 KMALLOCS(di, dnsinfo_t *, sizeof(dnsinfo_t));
|
| H A D | ip_auth.c | 205 KMALLOCS(softa->ipf_auth, frauth_t *, 212 KMALLOCS(softa->ipf_auth_pkts, mb_t **,
|
| H A D | ip_ipsec_pxy.c | 177 KMALLOCS(ipn, ipnat_t *, size);
|
| H A D | ip_tftp_pxy.c | 185 KMALLOCS(ipn, ipnat_t *, size);
|
| H A D | ip_pptp_pxy.c | 142 KMALLOCS(ipn, ipnat_t *, size);
|
| H A D | ip_log.c | 563 KMALLOCS(buf, caddr_t, len);
|
| H A D | ip_state.c | 302 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 D | ip_htable.c | 349 KMALLOCS(iph->iph_table, iphtent_t **,
|
| H A D | radix_ipf.c | 891 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t)); in ipf_rx_create()
|
| H A D | fil.c | 4550 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);
|