Lines Matching refs:node_p
172 static int ng_mppc_compress(node_p node,
174 static int ng_mppc_decompress(node_p node,
181 static void ng_mppc_reset_req(node_p node);
214 ng_mppc_constructor(node_p node) in ng_mppc_constructor()
234 ng_mppc_newhook(node_p node, hook_p hook, const char *name) in ng_mppc_newhook()
260 ng_mppc_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_mppc_rcvmsg()
373 const node_p node = NG_HOOK_NODE(hook); in ng_mppc_rcvdata()
428 ng_mppc_shutdown(node_p node) in ng_mppc_shutdown()
452 const node_p node = NG_HOOK_NODE(hook); in ng_mppc_disconnect()
477 ng_mppc_compress(node_p node, struct mbuf **datap) in ng_mppc_compress()
626 ng_mppc_decompress(node_p node, struct mbuf **datap) in ng_mppc_decompress()
842 ng_mppc_reset_req(node_p node) in ng_mppc_reset_req()