Home
last modified time | relevance | path

Searched refs:KMALLOC (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.c143 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 Dip_compat.h340 # 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 Dip_dns_pxy.c65 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 Dip_ipsec_pxy.c48 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 Dip_tftp_pxy.c90 KMALLOC(softt, ipf_tftp_softc_t *); in ipf_p_tftp_soft_create()
167 KMALLOC(ti, tftpinfo_t *); in ipf_p_tftp_new()
H A Dip_auth.c165 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 Dip_htable.c137 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 Dip_pool.c257 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 Dip_rcmd_pxy.c78 KMALLOC(rc, rcmdinfo_t *); in ipf_p_rcmd_new()
H A Dip_proxy.c301 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 Dradix_ipf.c419 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 Dip_irc_pxy.c231 KMALLOC(irc, ircinfo_t *); in ipf_p_irc_new()
H A Dip_dstlist.c147 KMALLOC(softd, ipf_dstl_softc_t *); in ipf_dstlist_soft_create()
811 KMALLOC(new, ippool_dst_t *); in ipf_dstlist_table_add()
H A Dip_frag.c164 KMALLOC(softf, ipf_frag_softc_t *); in ipf_frag_soft_create()
428 KMALLOC(fran, ipfr_t *); in ipfr_frag_new()
H A Dip_rpcb_pxy.c156 KMALLOC(rs, rpcb_session_t *); in ipf_p_rpcb_new()
566 KMALLOC(rxp, rpcb_xact_t *); in ipf_p_rpcb_insert()
H A Dip_scan.c103 KMALLOC(isc, ipscan_t *); in ipf_scan_add()
H A Dip_pptp_pxy.c132 KMALLOC(pptp, pptp_pxy_t *); in ipf_p_pptp_new()
H A Dip_lookup.c101 KMALLOC(softl, ipf_lookup_softc_t *); in ipf_lookup_soft_create()
H A Dip_log.c183 KMALLOC(softl, ipf_log_softc_t *); in ipf_log_soft_create()
H A Dip_state.c228 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 Dip_nat.c300 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 Dip_ftp_pxy.c178 KMALLOC(softf, ipf_ftp_softc_t *); in ipf_p_ftp_soft_create()
227 KMALLOC(ftp, ftpinfo_t *); in ipf_p_ftp_new()
H A Dfil.c3500 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 Dip_nat6.c393 KMALLOC(hm, hostmap_t *); in ipf_nat6_hostmap()
966 KMALLOC(nat, nat_t *); in ipf_nat6_add()