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