Home
last modified time | relevance | path

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

/openbsd-src/sys/net/
H A Dpf_ruleset.c60 #define rs_malloc(x) malloc(x, M_PF, M_WAITOK|M_CANFAIL|M_ZERO) macro
76 #define rs_malloc(x) calloc(1, x) macro