Searched defs:KMALLOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h375 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro
517 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT) macro
600 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro

Completed in 109 milliseconds