Lines Matching refs:node_p
171 static int ng_mppc_compress(node_p node,
173 static int ng_mppc_decompress(node_p node,
180 static void ng_mppc_reset_req(node_p node);
213 ng_mppc_constructor(node_p node) in ng_mppc_constructor()
233 ng_mppc_newhook(node_p node, hook_p hook, const char *name) in ng_mppc_newhook()
259 ng_mppc_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_mppc_rcvmsg()
372 const node_p node = NG_HOOK_NODE(hook); in ng_mppc_rcvdata()
427 ng_mppc_shutdown(node_p node) in ng_mppc_shutdown()
451 const node_p node = NG_HOOK_NODE(hook); in ng_mppc_disconnect()
476 ng_mppc_compress(node_p node, struct mbuf **datap) in ng_mppc_compress()
625 ng_mppc_decompress(node_p node, struct mbuf **datap) in ng_mppc_decompress()
841 ng_mppc_reset_req(node_p node) in ng_mppc_reset_req()