/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_sync.c | 143 KMALLOC(softs, ipf_sync_softc_t *); in ipf_sync_soft_create() 655 KMALLOC(is, ipstate_t *); in ipf_sync_state() 662 KMALLOC(sl, synclist_t *); in ipf_sync_state() 880 KMALLOC(n, nat_t *); in ipf_sync_nat() 887 KMALLOC(sl, synclist_t *); in ipf_sync_nat() 975 KMALLOC(sl, synclist_t *); in ipf_sync_new()
|
H A D | ip_compat.h | 340 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro 475 # if !defined(KMALLOC) 476 # define KMALLOC(a, b) (a) = (b)malloc(sizeof(*(a)), _M_IPF, M_NOWAIT) macro 558 # if SOLARIS && !defined(KMALLOC) 559 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro
|
H A D | ip_dns_pxy.c | 65 KMALLOC(softd, ipf_dns_softc_t *); in ipf_p_dns_soft_create() 105 KMALLOC(tmp, ipf_dns_filter_t *); in ipf_p_dns_ctl()
|
H A D | ip_ipsec_pxy.c | 48 KMALLOC(softi, ipf_ipsec_softc_t *); in ipf_p_ipsec_soft_create() 162 KMALLOC(ipsec, ipsec_pxy_t *); in ipf_p_ipsec_new()
|
H A D | ip_tftp_pxy.c | 90 KMALLOC(softt, ipf_tftp_softc_t *); in ipf_p_tftp_soft_create() 167 KMALLOC(ti, tftpinfo_t *); in ipf_p_tftp_new()
|
H A D | ip_auth.c | 165 KMALLOC(softa, ipf_auth_softc_t *); in ipf_auth_soft_create() 367 KMALLOC(fr, frentry_t *); in ipf_auth_check() 747 KMALLOC(fae, frauthent_t *); in ipf_auth_precmd()
|
H A D | ip_htable.c | 137 KMALLOC(softh, ipf_htable_softc_t *); in ipf_htable_soft_create() 299 KMALLOC(iph, iphtable_t *); in ipf_htable_create() 847 KMALLOC(ipe, iphtent_t *); in ipf_htent_insert()
|
H A D | ip_pool.c | 257 KMALLOC(softp, ipf_pool_softc_t *); in ipf_pool_soft_create() 802 KMALLOC(x, ip_pool_node_t *); in ipf_pool_insert_node() 917 KMALLOC(h, ip_pool_t *); in ipf_pool_create()
|
H A D | ip_rcmd_pxy.c | 78 KMALLOC(rc, rcmdinfo_t *); in ipf_p_rcmd_new()
|
H A D | ip_proxy.c | 301 KMALLOC(softp, ipf_proxy_softc_t *); in ipf_proxy_soft_create() 369 KMALLOC(apn, aproxy_t *); in ipf_proxy_create_clone() 823 KMALLOC(aps, ap_session_t *); in ipf_proxy_new()
|
H A D | radix_ipf.c | 419 KMALLOC(mask, ipf_rdx_mask_t *); in ipf_rx_insert() 797 KMALLOC(ptr, ipf_rdx_head_t *); in ipf_rx_inithead() 862 KMALLOC(softr, radix_softc_t *); in ipf_rx_create()
|
H A D | ip_irc_pxy.c | 231 KMALLOC(irc, ircinfo_t *); in ipf_p_irc_new()
|
H A D | ip_dstlist.c | 147 KMALLOC(softd, ipf_dstl_softc_t *); in ipf_dstlist_soft_create() 811 KMALLOC(new, ippool_dst_t *); in ipf_dstlist_table_add()
|
H A D | ip_frag.c | 164 KMALLOC(softf, ipf_frag_softc_t *); in ipf_frag_soft_create() 428 KMALLOC(fran, ipfr_t *); in ipfr_frag_new()
|
H A D | ip_rpcb_pxy.c | 156 KMALLOC(rs, rpcb_session_t *); in ipf_p_rpcb_new() 566 KMALLOC(rxp, rpcb_xact_t *); in ipf_p_rpcb_insert()
|
H A D | ip_scan.c | 103 KMALLOC(isc, ipscan_t *); in ipf_scan_add()
|
H A D | ip_pptp_pxy.c | 132 KMALLOC(pptp, pptp_pxy_t *); in ipf_p_pptp_new()
|
H A D | ip_lookup.c | 101 KMALLOC(softl, ipf_lookup_softc_t *); in ipf_lookup_soft_create()
|
H A D | ip_log.c | 183 KMALLOC(softl, ipf_log_softc_t *); in ipf_log_soft_create()
|
H A D | ip_state.c | 228 KMALLOC(softs, ipf_state_softc_t *); in ipf_state_soft_create() 894 KMALLOC(isn, ipstate_t *); in ipf_state_putent() 925 KMALLOC(fr, frentry_t *); in ipf_state_putent() 1635 KMALLOC(is, ipstate_t *); in ipf_state_add() 2295 KMALLOC(clone, ipstate_t *); in ipf_state_clone()
|
H A D | ip_nat.c | 300 KMALLOC(softn, ipf_nat_softc_t *); in ipf_nat_soft_create() 783 KMALLOC(hm, hostmap_t *); in ipf_nat_hostmap() 1935 KMALLOC(nat, nat_t *); in ipf_nat_putent() 2079 KMALLOC(aps, ap_session_t *); in ipf_nat_putent() 2118 KMALLOC(fr, frentry_t *); in ipf_nat_putent() 3059 KMALLOC(nat, nat_t *); in ipf_nat_add() 6210 KMALLOC(clone, nat_t *); in ipf_nat_clone()
|
H A D | ip_ftp_pxy.c | 178 KMALLOC(softf, ipf_ftp_softc_t *); in ipf_p_ftp_soft_create() 227 KMALLOC(ftp, ftpinfo_t *); in ipf_p_ftp_new()
|
H A D | fil.c | 3500 KMALLOC(fg, frgroup_t *); in ipf_group_add() 5619 KMALLOC(ifq, ipftq_t *); in ipf_addtimeoutqueue() 7466 KMALLOC(new, ipftoken_t *); 8986 KMALLOC(softc, ipf_main_softc_t *); 9662 KMALLOC(h, host_node_t *);
|
H A D | ip_nat6.c | 393 KMALLOC(hm, hostmap_t *); in ipf_nat6_hostmap() 966 KMALLOC(nat, nat_t *); in ipf_nat6_add()
|