Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_iface.c91 static MALLOC_DEFINE(M_NETGRAPH_IFACE, "netgraph_iface", "netgraph iface node");
93 #define M_NETGRAPH_IFACE M_NETGRAPH macro
526 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()