Searched refs:M_NETGRAPH_HUB (Results 1 – 1 of 1) sorted by relevance
42 static MALLOC_DEFINE(M_NETGRAPH_HUB, "netgraph_hub", "netgraph hub node");44 #define M_NETGRAPH_HUB M_NETGRAPH macro90 priv = malloc(sizeof(*priv), M_NETGRAPH_HUB, M_WAITOK | M_ZERO); in ng_hub_constructor()158 free(priv, M_NETGRAPH_HUB); in ng_hub_shutdown()