Searched refs:M_NETGRAPH_CAR (Results 1 – 1 of 1) sorted by relevance
55 static MALLOC_DEFINE(M_NETGRAPH_CAR, "netgraph_car", "netgraph car node");57 #define M_NETGRAPH_CAR M_NETGRAPH macro198 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()