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