Home
last modified time | relevance | path

Searched refs:M_NETGRAPH_CAR (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_car.c55 static MALLOC_DEFINE(M_NETGRAPH_CAR, "netgraph_car", "netgraph car node");
57 #define M_NETGRAPH_CAR M_NETGRAPH macro
198 priv = malloc(sizeof(*priv), M_NETGRAPH_CAR, M_WAITOK | M_ZERO); in ng_car_constructor()
580 free(priv, M_NETGRAPH_CAR); in ng_car_shutdown()