Lines Matching refs:node_p
111 static void ng_gif_input2(node_p node, struct mbuf **mp, int af);
113 static int ng_gif_rcv_lower(node_p node, struct mbuf *m);
171 const node_p node = IFP2NG(ifp); in ng_gif_input()
187 const node_p node = IFP2NG(ifp); in ng_gif_input_orphan()
205 ng_gif_input2(node_p node, struct mbuf **mp, int af) in ng_gif_input2()
227 node_p node; in ng_gif_attach()
263 const node_p node = IFP2NG(ifp); in ng_gif_detach()
336 ng_gif_constructor(node_p node) in ng_gif_constructor()
345 ng_gif_newhook(node_p node, hook_p hook, const char *name) in ng_gif_newhook()
391 ng_gif_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_rcvmsg()
438 const node_p node = NG_HOOK_NODE(hook); in ng_gif_rcvdata()
454 ng_gif_rcv_lower(node_p node, struct mbuf *m) in ng_gif_rcv_lower()
488 ng_gif_shutdown(node_p node) in ng_gif_shutdown()