/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_netbios_pxy.c | 61 KMALLOC(ifsnetbios, ifs_netbiospxy_t *);
|
H A D | ip_irc_pxy.c | 40 KMALLOC(ifsirc, ifs_ircpxy_t *); 256 KMALLOC(irc, ircinfo_t *);
|
H A D | ip_compat.h | 297 # define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP) macro 486 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT) macro 630 # define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP) macro 712 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT) macro 1186 # define KMALLOC(x,t) (x) = (t)kmalloc(sizeof(*(x)), \ macro 1317 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT) macro 1479 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro 1625 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT) macro 1661 # ifndef KMALLOC 1662 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro
|
H A D | ip_rpcb_pxy.c | 118 KMALLOC(ifsrpcb, ifs_rpcbpxy_t *); 181 KMALLOC(rs, rpcb_session_t *); 610 KMALLOC(rxp, rpcb_xact_t *);
|
H A D | ip_rcmd_pxy.c | 40 KMALLOC(ifsrcmd, ifs_rcmdpxy_t *);
|
H A D | ip_h323_pxy.c | 97 KMALLOC(ifsh323, ifs_h323pxy_t *);
|
H A D | ip_raudio_pxy.c | 35 KMALLOC(ifsraudio, ifs_raudiopxy_t *);
|
H A D | ip_ipsec_pxy.c | 42 KMALLOC(ifsipsec, ifs_ipsecpxy_t *);
|
H A D | ip_pptp_pxy.c | 67 KMALLOC(ifspptp, ifs_pptppxy_t *);
|
H A D | ip_ftp_pxy.c | 101 KMALLOC(ifsftp, ifs_ftppxy_t *); 162 KMALLOC(ftp, ftpinfo_t *);
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 109 KMALLOC(iph, iphtable_t *); 305 KMALLOC(ipe, iphtent_t *);
|
H A D | ip_pool.c | 449 KMALLOC(x, ip_pool_node_t *); 510 KMALLOC(h, ip_pool_t *);
|
H A D | ip_auth.c | 212 KMALLOC(fr, frentry_t *); 793 KMALLOC(fae, frauthent_t *);
|
H A D | ip_nat.c | 439 KMALLOC(hm, hostmap_t *); 624 KMALLOC(nt, ipnat_t *); 1627 KMALLOC(nat, nat_t *); 1648 KMALLOC(in, ipnat_t *); 1751 KMALLOC(aps, ap_session_t *); 1787 KMALLOC(fr, frentry_t *); 2559 KMALLOC(nat, nat_t *); 5234 KMALLOC(clone, nat_t *);
|
H A D | ip_frag.c | 334 KMALLOC(fra, ipfr_t *);
|
H A D | ip_state.c | 696 KMALLOC(isn, ipstate_t *); 722 KMALLOC(fr, frentry_t *); 1424 KMALLOC(is, ipstate_t *); 2037 KMALLOC(clone, ipstate_t *);
|
H A D | ip_proxy.c | 431 KMALLOC(aps, ap_session_t *);
|
H A D | ip_nat6.c | 242 KMALLOC(hm, hostmap_t *); 772 KMALLOC(nat, nat_t *);
|
H A D | fil.c | 3393 KMALLOC(fg, frgroup_t *); 4803 KMALLOC(f, frentry_t *); 5180 KMALLOC(ifq, ipftq_t *); 7143 KMALLOC(new, ipftoken_t *);
|