Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_hub.c42 static MALLOC_DEFINE(M_NETGRAPH_HUB, "netgraph_hub", "netgraph hub node");
44 #define M_NETGRAPH_HUB M_NETGRAPH macro
90 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()