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

1 2

  /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 *);
705 KMALLOC(is, ipstate_t *);
712 KMALLOC(sl, synclist_t *);
930 KMALLOC(n, nat_t *);
937 KMALLOC(sl, synclist_t *);
1025 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 *);
324 KMALLOC(iph, iphtable_t *);
871 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 *);
ip_proxy.c 327 KMALLOC(softp, ipf_proxy_softc_t *);
395 KMALLOC(apn, aproxy_t *);
849 KMALLOC(aps, ap_session_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_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 *);
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1439 KMALLOC(old, frentry_4_1_34_t *);
1463 KMALLOC(old, frentry_4_1_16_t *);
1487 KMALLOC(old, frentry_4_1_0_t *);
1514 KMALLOC(old, friostat_4_1_33_t *);
1529 KMALLOC(old, friostat_4_1_0_t *);
1551 KMALLOC(old, ipnat_4_1_14_t *);
1567 KMALLOC(old, ipnat_4_1_0_t *);
1593 KMALLOC(old16, nat_save_4_1_16_t *);
1609 KMALLOC(old14, nat_save_4_1_14_t *);
1625 KMALLOC(old3, nat_save_4_1_3_t *)
    [all...]
ip_dns_pxy.c 68 KMALLOC(softd, ipf_dns_softc_t *);
113 KMALLOC(tmp, ipf_dns_filter_t *);
ip_sync.c 160 KMALLOC(softs, ipf_sync_softc_t *);
721 KMALLOC(is, ipstate_t *);
728 KMALLOC(sl, synclist_t *);
955 KMALLOC(n, nat_t *);
962 KMALLOC(sl, synclist_t *);
1054 KMALLOC(sl, synclist_t *);
ip_tftp_pxy.c 93 KMALLOC(softt, ipf_tftp_softc_t *);
184 KMALLOC(ti, tftpinfo_t *);
ip_irc_pxy.c 240 KMALLOC(irc, ircinfo_t *);
ip_htable.c 146 KMALLOC(softh, ipf_htable_softc_t *);
320 KMALLOC(iph, iphtable_t *);
918 KMALLOC(ipe, iphtent_t *);
ip_pool.c 273 KMALLOC(softp, ipf_pool_softc_t *);
857 KMALLOC(x, ip_pool_node_t *);
974 KMALLOC(h, ip_pool_t *);
radix_ipf.c 434 KMALLOC(mask, ipf_rdx_mask_t *);
822 KMALLOC(ptr, ipf_rdx_head_t *);
888 KMALLOC(softr, radix_softc_t *);
ip_scan.c 118 KMALLOC(isc, ipscan_t *);

Completed in 82 milliseconds

1 2