DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rs_malloc
sys/net/pf/pf_ruleset.c
59
#define rs_malloc(x) kmalloc(x, M_PFRS, M_WAITOK)
sys/net/pf/pf_ruleset.c
73
# define rs_malloc(x) malloc(x)