| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_compat.h | 247 # define KMALLOCS(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT) macro 435 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro 579 # if !defined(KMALLOCS) 580 # define KMALLOCS(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT) macro 667 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro
|
| D | ip_proxy.c | 439 KMALLOCS(softp->ips_sess_tab, ap_session_t **, size); in ipf_proxy_soft_init() 726 KMALLOCS(ptr, void *, ctl.apc_dsize); in ipf_proxy_ioctl() 1314 KMALLOCS(ipn, ipnat_t *, size); in ipf_proxy_rule_rev() 1401 KMALLOCS(ipn, ipnat_t *, size); in ipf_proxy_rule_fwd()
|
| D | ip_sync.c | 194 KMALLOCS(softs->synclog, synclogent_t *, in ipf_sync_soft_init() 201 KMALLOCS(softs->syncupd, syncupdent_t *, in ipf_sync_soft_init() 208 KMALLOCS(softs->syncstatetab, synclist_t **, in ipf_sync_soft_init() 215 KMALLOCS(softs->syncnattab, synclist_t **, in ipf_sync_soft_init()
|
| D | ip_dstlist.c | 510 KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name); in ipf_dstlist_node_add() 540 KMALLOCS(nodes, ipf_dstnode_t **, in ipf_dstlist_node_add() 656 KMALLOCS(temp, frdest_t *, size); in ipf_dstlist_node_del()
|
| D | ip_frag.c | 246 KMALLOCS(softf->ipfr_heads, ipfr_t **, in ipf_frag_soft_init() 253 KMALLOCS(softf->ipfr_nattab, ipfr_t **, in ipf_frag_soft_init() 260 KMALLOCS(softf->ipfr_ipidtab, ipfr_t **, in ipf_frag_soft_init()
|
| D | ip_nat.c | 391 KMALLOCS(softn->ipf_nat_table[0], nat_t **, \ in ipf_nat_soft_init() 401 KMALLOCS(softn->ipf_nat_table[1], nat_t **, \ in ipf_nat_soft_init() 411 KMALLOCS(softn->ipf_nat_map_rules, ipnat_t **, \ in ipf_nat_soft_init() 421 KMALLOCS(softn->ipf_nat_rdr_rules, ipnat_t **, \ in ipf_nat_soft_init() 431 KMALLOCS(softn->ipf_hm_maptable, hostmap_t **, \ in ipf_nat_soft_init() 442 KMALLOCS(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, u_int *, in ipf_nat_soft_init() 451 KMALLOCS(softn->ipf_nat_stats.ns_side[1].ns_bucketlen, u_int *, in ipf_nat_soft_init() 1039 KMALLOCS(nt, ipnat_t *, natd->in_size); in ipf_nat_ioctl() 1790 KMALLOCS(ipn, nat_save_t *, ipns.ipn_dsize); in ipf_nat_getent() 1949 KMALLOCS(ipnn, nat_save_t *, ipn->ipn_dsize); in ipf_nat_putent() [all …]
|
| D | ip_raudio_pxy.c | 65 KMALLOCS(aps->aps_data, void *, sizeof(raudio_t)); in ipf_p_raudio_new()
|
| D | ip_dns_pxy.c | 190 KMALLOCS(di, dnsinfo_t *, sizeof(dnsinfo_t)); in ipf_p_dns_new()
|
| D | ip_auth.c | 249 KMALLOCS(softa->ipf_auth, frauth_t *, in ipf_auth_soft_init() 256 KMALLOCS(softa->ipf_auth_pkts, mb_t **, in ipf_auth_soft_init()
|
| D | ip_ipsec_pxy.c | 172 KMALLOCS(ipn, ipnat_t *, size); in ipf_p_ipsec_new()
|
| D | ip_tftp_pxy.c | 172 KMALLOCS(ipn, ipnat_t *, size); in ipf_p_tftp_new()
|
| D | ip_pptp_pxy.c | 144 KMALLOCS(ipn, ipnat_t *, size); in ipf_p_pptp_new()
|
| D | ip_log.c | 583 KMALLOCS(buf, char *, len); in ipf_log_items()
|
| D | ip_state.c | 306 KMALLOCS(state_seed, u_long *, state_size * sizeof(*state_seed)); in ipf_state_seed_alloc() 349 KMALLOCS(softs->ipf_state_table, in ipf_state_soft_init() 362 KMALLOCS(softs->ipf_state_stats.iss_bucketlen, u_int *, in ipf_state_soft_init() 5164 KMALLOCS(newtab, ipstate_t **, newsize * sizeof(ipstate_t *)); in ipf_state_rehash() 5170 KMALLOCS(bucketlens, u_int *, newsize * sizeof(u_int)); in ipf_state_rehash()
|
| D | ip_htable.c | 352 KMALLOCS(iph->iph_table, iphtent_t **, in ipf_htable_create()
|
| D | radix_ipf.c | 866 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t)); in ipf_rx_create()
|
| D | fil.c | 4433 KMALLOCS(f, frentry_t *, fp->fr_size); in frrequest() 4657 KMALLOCS(ptr, void *, fp->fr_dsize); in frrequest() 6955 KMALLOCS(copy, ipftuneable_t *, size); in ipf_tune_array_copy() 8442 KMALLOCS(array, int *, arraysize); in ipf_matcharray_load()
|
| /netbsd/src/external/bsd/ipf/dist/ |
| D | ip_sync.c | 193 KMALLOCS(softs->synclog, synclogent_t *, 200 KMALLOCS(softs->syncupd, syncupdent_t *, 207 KMALLOCS(softs->syncstatetab, synclist_t **, 214 KMALLOCS(softs->syncnattab, synclist_t **,
|
| D | ip_dstlist.c | 534 KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name); 564 KMALLOCS(nodes, ipf_dstnode_t **, 685 KMALLOCS(temp, frdest_t *, size);
|
| D | ip_dns_pxy.c | 200 KMALLOCS(di, dnsinfo_t *, sizeof(dnsinfo_t));
|
| D | ip_pptp_pxy.c | 144 KMALLOCS(ipn, ipnat_t *, size);
|
| D | ip_tftp_pxy.c | 187 KMALLOCS(ipn, ipnat_t *, size);
|
| D | ip_htable.c | 353 KMALLOCS(iph->iph_table, iphtent_t **,
|
| D | radix_ipf.c | 893 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t)); in ipf_rx_create()
|