Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/ipfilter/
Dip_fil_compat.c1437 KMALLOC(old, frentry_4_1_34_t *);
1461 KMALLOC(old, frentry_4_1_16_t *);
1485 KMALLOC(old, frentry_4_1_0_t *);
1512 KMALLOC(old, friostat_4_1_33_t *);
1527 KMALLOC(old, friostat_4_1_0_t *);
1549 KMALLOC(old, ipnat_4_1_14_t *);
1565 KMALLOC(old, ipnat_4_1_0_t *);
1591 KMALLOC(old16, nat_save_4_1_16_t *);
1607 KMALLOC(old14, nat_save_4_1_14_t *);
1623 KMALLOC(old3, nat_save_4_1_3_t *);
[all …]
Dip_msnrpc_pxy.c78 KMALLOC(mri, msnrpcinfo_t *);
Dradix_ipf.c432 KMALLOC(mask, ipf_rdx_mask_t *);
820 KMALLOC(ptr, ipf_rdx_head_t *);
886 KMALLOC(softr, radix_softc_t *); in ipf_rx_create()
Dip_dstlist.c159 KMALLOC(softd, ipf_dstl_softc_t *);
856 KMALLOC(new, ippool_dst_t *);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_sync.c160 KMALLOC(softs, ipf_sync_softc_t *);
715 KMALLOC(is, ipstate_t *);
722 KMALLOC(sl, synclist_t *);
949 KMALLOC(n, nat_t *);
956 KMALLOC(sl, synclist_t *);
1048 KMALLOC(sl, synclist_t *);
Dip_dns_pxy.c66 KMALLOC(softd, ipf_dns_softc_t *);
111 KMALLOC(tmp, ipf_dns_filter_t *);
Dip_compat.h375 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro
516 # if !defined(KMALLOC)
517 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT) macro
599 # ifndef KMALLOC
600 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro
Dip_ipsec_pxy.c49 KMALLOC(softi, ipf_ipsec_softc_t *);
173 KMALLOC(ipsec, ipsec_pxy_t *);
Dip_tftp_pxy.c91 KMALLOC(softt, ipf_tftp_softc_t *);
182 KMALLOC(ti, tftpinfo_t *);
Dip_auth.c187 KMALLOC(softa, ipf_auth_softc_t *);
402 KMALLOC(fr, frentry_t *);
791 KMALLOC(fae, frauthent_t *);
Dip_pool.c271 KMALLOC(softp, ipf_pool_softc_t *);
855 KMALLOC(x, ip_pool_node_t *);
972 KMALLOC(h, ip_pool_t *);
Dip_htable.c146 KMALLOC(softh, ipf_htable_softc_t *);
320 KMALLOC(iph, iphtable_t *);
918 KMALLOC(ipe, iphtent_t *);
Dip_proxy.c308 KMALLOC(softp, ipf_proxy_softc_t *);
378 KMALLOC(apn, aproxy_t *);
857 KMALLOC(aps, ap_session_t *);
Dip_rcmd_pxy.c84 KMALLOC(rc, rcmdinfo_t *);
Dradix_ipf.c430 KMALLOC(mask, ipf_rdx_mask_t *);
818 KMALLOC(ptr, ipf_rdx_head_t *);
884 KMALLOC(softr, radix_softc_t *); in ipf_rx_create()
Dip_irc_pxy.c238 KMALLOC(irc, ircinfo_t *);
Dip_dstlist.c159 KMALLOC(softd, ipf_dstl_softc_t *);
857 KMALLOC(new, ippool_dst_t *);
Dip_frag.c182 KMALLOC(softf, ipf_frag_softc_t *);
461 KMALLOC(fran, ipfr_t *);
Dip_rpcb_pxy.c158 KMALLOC(rs, rpcb_session_t *);
587 KMALLOC(rxp, rpcb_xact_t *);
Dip_scan.c116 KMALLOC(isc, ipscan_t *);
Dip_pptp_pxy.c136 KMALLOC(pptp, pptp_pxy_t *);
Dip_lookup.c112 KMALLOC(softl, ipf_lookup_softc_t *);
Dip_log.c217 KMALLOC(softl, ipf_log_softc_t *);
Dip_state.c241 KMALLOC(softs, ipf_state_softc_t *);
938 KMALLOC(isn, ipstate_t *);
969 KMALLOC(fr, frentry_t *);
1689 KMALLOC(is, ipstate_t *);
2360 KMALLOC(clone, ipstate_t *);
Dip_nat.c316 KMALLOC(softn, ipf_nat_softc_t *);
814 KMALLOC(hm, hostmap_t *);
1995 KMALLOC(nat, nat_t *);
2139 KMALLOC(aps, ap_session_t *);
2178 KMALLOC(fr, frentry_t *);
3139 KMALLOC(nat, nat_t *);
6371 KMALLOC(clone, nat_t *);

12