Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_sppp.c48 static MALLOC_DEFINE(M_NETGRAPH_SPPP, "netgraph_sppp", "netgraph sppp node");
50 #define M_NETGRAPH_SPPP M_NETGRAPH macro
126 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()