Searched defs:KMALLOC (Results 1 - 1 of 1) sorted by last modified time

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h369 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro
509 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT) macro
592 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro

Completed in 66 milliseconds