Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_mppc.c80 #define M_NETGRAPH_MPPC M_NETGRAPH macro
440 free(priv, M_NETGRAPH_MPPC); in ng_mppc_shutdown()
525 free(inbuf, M_NETGRAPH_MPPC); in ng_mppc_compress()
566 free(inbuf, M_NETGRAPH_MPPC); in ng_mppc_compress()
567 free(outbuf, M_NETGRAPH_MPPC); in ng_mppc_compress()
785 M_NETGRAPH_MPPC, M_NOWAIT); in ng_mppc_decompress()
789 free(inbuf, M_NETGRAPH_MPPC); in ng_mppc_decompress()
813 free(inbuf, M_NETGRAPH_MPPC); in ng_mppc_decompress()
814 free(outbuf, M_NETGRAPH_MPPC); in ng_mppc_decompress()
820 free(inbuf, M_NETGRAPH_MPPC); in ng_mppc_decompress()
[all …]