Searched refs:M_NETGRAPH_IFACE (Results 1 – 1 of 1) sorted by relevance
91 static MALLOC_DEFINE(M_NETGRAPH_IFACE, "netgraph_iface", "netgraph iface node");93 #define M_NETGRAPH_IFACE M_NETGRAPH macro526 priv = malloc(sizeof(*priv), M_NETGRAPH_IFACE, M_WAITOK | M_ZERO); in ng_iface_constructor()529 free(priv, M_NETGRAPH_IFACE); in ng_iface_constructor()759 free(priv, M_NETGRAPH_IFACE); in ng_iface_shutdown()