HomeSort by: relevance | last modified time | path
    Searched refs:KMALLOC (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1432 KMALLOC(old, frentry_4_1_34_t *);
1456 KMALLOC(old, frentry_4_1_16_t *);
1480 KMALLOC(old, frentry_4_1_0_t *);
1507 KMALLOC(old, friostat_4_1_33_t *);
1522 KMALLOC(old, friostat_4_1_0_t *);
1544 KMALLOC(old, ipnat_4_1_14_t *);
1560 KMALLOC(old, ipnat_4_1_0_t *);
1586 KMALLOC(old16, nat_save_4_1_16_t *);
1602 KMALLOC(old14, nat_save_4_1_14_t *);
1618 KMALLOC(old3, nat_save_4_1_3_t *)
    [all...]
ip_dns_pxy.c 67 KMALLOC(softd, ipf_dns_softc_t *);
107 KMALLOC(tmp, ipf_dns_filter_t *);
ip_compat.h 245 # define KMALLOC(a, b) (a) = (b)malloc(sizeof (*(a)), \
434 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a))
576 # if !defined(KMALLOC)
577 # define KMALLOC(a, b) (a) = (b)malloc(sizeof(*(a)), _M_IPF, M_NOWAIT)
664 # ifndef KMALLOC
665 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \
ip_sync.c 163 KMALLOC(softs, ipf_sync_softc_t *);
699 KMALLOC(is, ipstate_t *);
706 KMALLOC(sl, synclist_t *);
924 KMALLOC(n, nat_t *);
931 KMALLOC(sl, synclist_t *);
1019 KMALLOC(sl, synclist_t *);
ip_ipsec_pxy.c 54 KMALLOC(softi, ipf_ipsec_softc_t *);
168 KMALLOC(ipsec, ipsec_pxy_t *);
ip_tftp_pxy.c 92 KMALLOC(softt, ipf_tftp_softc_t *);
169 KMALLOC(ti, tftpinfo_t *);
ip_irc_pxy.c 236 KMALLOC(irc, ircinfo_t *);
ip_rcmd_pxy.c 78 KMALLOC(rc, rcmdinfo_t *);
ip_auth.c 217 KMALLOC(softa, ipf_auth_softc_t *);
422 KMALLOC(fr, frentry_t *);
802 KMALLOC(fae, frauthent_t *);
ip_htable.c 161 KMALLOC(softh, ipf_htable_softc_t *);
323 KMALLOC(iph, iphtable_t *);
870 KMALLOC(ipe, iphtent_t *);
ip_pool.c 287 KMALLOC(softp, ipf_pool_softc_t *);
830 KMALLOC(x, ip_pool_node_t *);
945 KMALLOC(h, ip_pool_t *);
radix_ipf.c 417 KMALLOC(mask, ipf_rdx_mask_t *);
796 KMALLOC(ptr, ipf_rdx_head_t *);
861 KMALLOC(softr, radix_softc_t *);
ip_proxy.c 327 KMALLOC(softp, ipf_proxy_softc_t *);
395 KMALLOC(apn, aproxy_t *);
849 KMALLOC(aps, ap_session_t *);
ip_scan.c 123 KMALLOC(isc, ipscan_t *);
ip_dstlist.c 158 KMALLOC(softd, ipf_dstl_softc_t *);
821 KMALLOC(new, ippool_dst_t *);
ip_frag.c 190 KMALLOC(softf, ipf_frag_softc_t *);
440 KMALLOC(fran, ipfr_t *);
ip_rpcb_pxy.c 160 KMALLOC(rs, rpcb_session_t *);
572 KMALLOC(rxp, rpcb_xact_t *);
ip_lookup.c 128 KMALLOC(softl, ipf_lookup_softc_t *);
ip_pptp_pxy.c 138 KMALLOC(pptp, pptp_pxy_t *);
ip_nat.c 315 KMALLOC(softn, ipf_nat_softc_t *);
792 KMALLOC(hm, hostmap_t *);
1019 KMALLOC(natd, ipnat_t *);
1139 KMALLOC(natd, ipnat_t *);
1920 KMALLOC(ipn, nat_save_t *);
1964 KMALLOC(nat, nat_t *);
2030 KMALLOC(fin, fr_info_t *);
2113 KMALLOC(aps, ap_session_t *);
2152 KMALLOC(fr, frentry_t *);
3093 KMALLOC(nat, nat_t *)
    [all...]
ip_state.c 240 KMALLOC(softs, ipf_state_softc_t *);
916 KMALLOC(isn, ipstate_t *);
947 KMALLOC(fr, frentry_t *);
1654 KMALLOC(is, ipstate_t *);
2310 KMALLOC(clone, ipstate_t *);
ip_log.c 223 KMALLOC(softl, ipf_log_softc_t *);
ip_ftp_pxy.c 183 KMALLOC(softf, ipf_ftp_softc_t *);
232 KMALLOC(ftp, ftpinfo_t *);
fil.c 3553 KMALLOC(fg, frgroup_t *);
5637 KMALLOC(ifq, ipftq_t *);
7471 KMALLOC(new, ipftoken_t *);
9004 KMALLOC(softc, ipf_main_softc_t *);
9674 KMALLOC(h, host_node_t *);
ip_nat6.c 401 KMALLOC(hm, hostmap_t *);
974 KMALLOC(nat, nat_t *);

Completed in 46 milliseconds