Home
last modified time | relevance | path

Searched defs:KMALLOCS (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h355 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro
493 # define KMALLOCS(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT) macro
575 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro