Searched refs:M_NETGRAPH_SPPP (Results 1 – 1 of 1) sorted by relevance
48 static MALLOC_DEFINE(M_NETGRAPH_SPPP, "netgraph_sppp", "netgraph sppp node");50 #define M_NETGRAPH_SPPP M_NETGRAPH macro126 M_NETGRAPH_SPPP, M_WAITOK); in ng_sppp_get_unit()132 free (ng_sppp_units, M_NETGRAPH_SPPP); in ng_sppp_get_unit()164 free (ng_sppp_units, M_NETGRAPH_SPPP); in ng_sppp_free_unit()248 priv = malloc(sizeof(*priv), M_NETGRAPH_SPPP, M_WAITOK | M_ZERO); in ng_sppp_constructor()252 free (priv, M_NETGRAPH_SPPP); in ng_sppp_constructor()393 free (priv, M_NETGRAPH_SPPP); in ng_sppp_shutdown()