Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/mppc/
H A Dng_mppc.c156 static int ng_mppc_compress(node_p node,
372 if ((error = ng_mppc_compress(node, &m)) != 0) { in ng_mppc_rcvdata()
466 ng_mppc_compress(node_p node, struct mbuf **datap) in ng_mppc_compress() function
/dragonfly/sys/netgraph/mppc/
H A Dng_mppc.c142 static int ng_mppc_compress(node_p node,
367 if ((error = ng_mppc_compress(node, m, &out)) != 0) { in ng_mppc_rcvdata()
462 ng_mppc_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_mppc_compress() function