Home
last modified time | relevance | path

Searched refs:node_p (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd-12.1/sys/netgraph/
H A Dnetgraph.h89 typedef struct ng_node *node_p; typedef
93 typedef int ng_constructor_t(node_p node);
94 typedef int ng_close_t(node_p node);
95 typedef int ng_shutdown_t(node_p node);
264 static __inline node_p
459 _chknode(node_p node, char *file, int line) in _chknode()
484 _ng_node_id(node_p node, char *file, int line) in _ng_node_id()
706 node_p _node = _NGI_NODE(i); \
782 static __inline node_p
1144 node_p ng_name2noderef(node_p node, const char *name);
[all …]
H A Dng_base.c322 node_p node; in ng_alloc_node()
643 node_p node; in ng_make_node_common()
824 static node_p
827 node_p node; in ng_ID2noderef()
854 node_p node2; in ng_name_node()
907 node_p
910 node_p node; in ng_name2noderef()
1160 node_p node; in ng_destroy_hook()
2226 node_p node; in ng_snd_item()
3343 node_p node; in ng_dumpnodes()
[all …]
H A Dng_ppp.c315 static int ng_ppp_frag_drop(node_p node);
319 static int ng_ppp_frag_trim(node_p node);
490 ng_ppp_constructor(node_p node) in ng_ppp_constructor()
735 ng_ppp_shutdown(node_p node) in ng_ppp_shutdown()
1673 ng_ppp_check_packet(node_p node) in ng_ppp_check_packet()
1744 ng_ppp_frag_trim(node_p node) in ng_ppp_frag_trim()
1793 ng_ppp_frag_drop(node_p node) in ng_ppp_frag_drop()
1887 ng_ppp_frag_checkstale(node_p node) in ng_ppp_frag_checkstale()
2611 ng_ppp_frag_reset(node_p node) in ng_ppp_frag_reset()
2628 ng_ppp_start_frag_timer(node_p node) in ng_ppp_start_frag_timer()
[all …]
H A Dng_pred1.c94 static int ng_pred1_compress(node_p node, struct mbuf *m,
96 static int ng_pred1_decompress(node_p node, struct mbuf *m,
98 static void Pred1Init(node_p node);
188 ng_pred1_constructor(node_p node) in ng_pred1_constructor()
208 ng_pred1_newhook(node_p node, hook_p hook, const char *name) in ng_pred1_newhook()
229 ng_pred1_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_pred1_rcvmsg()
301 const node_p node = NG_HOOK_NODE(hook); in ng_pred1_rcvdata()
347 ng_pred1_shutdown(node_p node) in ng_pred1_shutdown()
363 const node_p node = NG_HOOK_NODE(hook); in ng_pred1_disconnect()
571 Pred1Init(node_p node) in Pred1Init()
[all …]
H A Dng_gif.c114 static int ng_gif_rcv_lower(node_p node, struct mbuf *m);
172 const node_p node = IFP2NG(ifp); in ng_gif_input()
188 const node_p node = IFP2NG(ifp); in ng_gif_input_orphan()
206 ng_gif_input2(node_p node, struct mbuf **mp, int af) in ng_gif_input2()
228 node_p node; in ng_gif_attach()
264 const node_p node = IFP2NG(ifp); in ng_gif_detach()
337 ng_gif_constructor(node_p node) in ng_gif_constructor()
392 ng_gif_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_rcvmsg()
439 const node_p node = NG_HOOK_NODE(hook); in ng_gif_rcvdata()
455 ng_gif_rcv_lower(node_p node, struct mbuf *m) in ng_gif_rcv_lower()
[all …]
H A Dng_ipfw.c74 static hook_p ng_ipfw_findhook1(node_p, u_int16_t );
79 static node_p fw_node;
149 ng_ipfw_constructor(node_p node) in ng_ipfw_constructor()
155 ng_ipfw_newhook(node_p node, hook_p hook, const char *name) in ng_ipfw_newhook()
202 ng_ipfw_findhook(node_p node, const char *name) in ng_ipfw_findhook()
215 ng_ipfw_findhook1(node_p node, u_int16_t rulenum) in ng_ipfw_findhook1()
341 ng_ipfw_shutdown(node_p node) in ng_ipfw_shutdown()
H A Dng_deflate.c87 static int ng_deflate_compress(node_p node,
89 static int ng_deflate_decompress(node_p node,
91 static void ng_deflate_reset_req(node_p node);
176 ng_deflate_constructor(node_p node) in ng_deflate_constructor()
196 ng_deflate_newhook(node_p node, hook_p hook, const char *name) in ng_deflate_newhook()
217 ng_deflate_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_deflate_rcvmsg()
331 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_rcvdata()
377 ng_deflate_shutdown(node_p node) in ng_deflate_shutdown()
401 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_disconnect()
445 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_compress()
[all …]
H A Dng_ether.c248 const node_p node = IFP2NG(ifp); in ng_ether_input()
265 const node_p node = IFP2NG(ifp); in ng_ether_input_orphan()
284 const node_p node = IFP2NG(ifp); in ng_ether_output()
308 node_p node; in ng_ether_attach()
356 const node_p node = IFP2NG(ifp); in ng_ether_detach()
378 const node_p node = IFP2NG(ifp); in ng_ether_link_state()
414 node_p node; in ng_ether_ifnet_arrival_event()
444 ng_ether_constructor(node_p node) in ng_ether_constructor()
666 const node_p node = NG_HOOK_NODE(hook); in ng_ether_rcv_lower()
715 const node_p node = NG_HOOK_NODE(hook); in ng_ether_rcv_upper()
[all …]
H A Dng_UI.c101 ng_UI_constructor(node_p node) in ng_UI_constructor()
115 ng_UI_newhook(node_p node, hook_p hook, const char *name) in ng_UI_newhook()
136 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg()
170 const node_p node = NG_HOOK_NODE(hook); in ng_UI_rcvdata()
210 ng_UI_shutdown(node_p node) in ng_UI_shutdown()
H A Dng_gif_demux.c120 node_p node; /* Our netgraph node */
233 ng_gif_demux_constructor(node_p node) in ng_gif_demux_constructor()
251 ng_gif_demux_newhook(node_p node, hook_p hook, const char *name) in ng_gif_demux_newhook()
275 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg()
308 const node_p node = NG_HOOK_NODE(hook); in ng_gif_demux_rcvdata()
369 ng_gif_demux_shutdown(node_p node) in ng_gif_demux_shutdown()
H A Dng_split.c72 node_p node; /* Our netgraph node */
84 ng_split_constructor(node_p node) in ng_split_constructor()
103 ng_split_newhook(node_p node, hook_p hook, const char *name) in ng_split_newhook()
151 ng_split_shutdown(node_p node) in ng_split_shutdown()
H A Dng_hub.c86 ng_hub_constructor(node_p node) in ng_hub_constructor()
101 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg()
122 const node_p node = NG_HOOK_NODE(hook); in ng_hub_rcvdata()
155 ng_hub_shutdown(node_p node) in ng_hub_shutdown()
H A Dng_mppc.c171 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()
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()
[all …]
H A Dng_tty.c88 node_p node; /* Netgraph node */
154 ngt_constructor(node_p node) in ngt_constructor()
174 ngt_newhook(node_p node, hook_p hook, const char *name) in ngt_newhook()
225 ngt_shutdown(node_p node) in ngt_shutdown()
248 ngt_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngt_rcvmsg()
410 node_p node = sc->node; in ngt_rint_bypass()
459 node_p node = sc->node; in ngt_rint()
H A Dng_atmllc.c92 ng_atmllc_constructor(node_p node) in ng_atmllc_constructor()
103 ng_atmllc_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_atmllc_rcvmsg()
116 ng_atmllc_shutdown(node_p node) in ng_atmllc_shutdown()
130 ng_atmllc_newhook(node_p node, hook_p hook, const char *name) in ng_atmllc_newhook()
265 node_p node; in ng_atmllc_disconnect()
H A Dng_sample.c133 node_p node; /* back pointer to node */
151 ng_xxx_constructor(node_p node) in ng_xxx_constructor()
182 ng_xxx_newhook(node_p node, hook_p hook, const char *name) in ng_xxx_newhook()
259 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_xxx_rcvmsg()
417 ng_xxx_shutdown(node_p node) in ng_xxx_shutdown()
H A Dng_frame_relay.c81 node_p node; /* netgraph node */
135 static int ngfrm_decode(node_p node, item_p item);
213 ngfrm_constructor(node_p node) in ngfrm_constructor()
234 ngfrm_newhook(node_p node, hook_p hook, const char *name) in ngfrm_newhook()
410 ngfrm_decode(node_p node, item_p item) in ngfrm_decode()
468 ngfrm_shutdown(node_p node) in ngfrm_shutdown()
H A Dng_sppp.c57 node_p node; /* Our netgraph node */
241 ng_sppp_constructor (node_p node) in ng_sppp_constructor()
292 ng_sppp_newhook (node_p node, hook_p hook, const char *name) in ng_sppp_newhook()
312 ng_sppp_rcvmsg (node_p node, item_p item, hook_p lasthook) in ng_sppp_rcvmsg()
384 ng_sppp_shutdown (node_p node) in ng_sppp_shutdown()
H A Dng_socket.c504 node_p node = pcbp->sockdata->node; in ng_getsockaddr()
534 node_p node; in ng_attach_cntl()
666 node_p node = priv->node; in ng_socket_free_priv()
683 node_p farnode; in ng_connect_data()
765 ngs_constructor(node_p nodep) in ngs_constructor()
771 ngs_rehash(node_p node) in ngs_rehash()
829 node_p node = NG_HOOK_NODE(hook); in ngs_connect()
843 ngs_findhook(node_p node, const char *name) in ngs_findhook()
878 ngs_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngs_rcvmsg()
1038 node_p node = NG_HOOK_NODE(hook); in ngs_disconnect()
[all …]
H A Dng_etf.c149 node_p node; /* back pointer to node */
179 ng_etf_constructor(node_p node) in ng_etf_constructor()
201 ng_etf_newhook(node_p node, hook_p hook, const char *name) in ng_etf_newhook()
249 ng_etf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_etf_rcvmsg()
436 ng_etf_shutdown(node_p node) in ng_etf_shutdown()
H A Dng_bridge.c106 node_p node; /* netgraph node */
138 static void ng_bridge_timeout(node_p node, hook_p hook, void *arg1, int arg2);
139 static const char *ng_bridge_nodename(node_p node);
309 ng_bridge_constructor(node_p node) in ng_bridge_constructor()
350 ng_bridge_newhook(node_p node, hook_p hook, const char *name) in ng_bridge_newhook()
387 ng_bridge_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_bridge_rcvmsg()
529 const node_p node = NG_HOOK_NODE(hook); in ng_bridge_rcvdata()
765 ng_bridge_shutdown(node_p node) in ng_bridge_shutdown()
978 ng_bridge_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_bridge_timeout()
1045 ng_bridge_nodename(node_p node) in ng_bridge_nodename()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c483 try_match_last_node(dag_node_t **node_p, in try_match_last_node() argument
521 *node_p = node; in try_match_last_node()
527 *node_p = NULL; in try_match_last_node()
616 get_root_node(dag_node_t **node_p, in get_root_node() argument
637 *node_p = bucket->node; in get_root_node()
649 walk_dag_path(dag_node_t **node_p, in walk_dag_path() argument
687 if (*node_p) in walk_dag_path()
729 *node_p = here; in walk_dag_path()
953 mutable_root_node(dag_node_t **node_p, in mutable_root_node() argument
967 *node_p = svn_fs_x__dag_dup(*node_p, result_pool); in mutable_root_node()
[all …]
/freebsd-12.1/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c186 text_status(node_p node, struct priv *priv, char *arg, u_int len) in text_status()
217 ng_sscfu_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_sscfu_rcvmsg()
351 ng_sscfu_newhook(node_p node, hook_p hook, const char *name) in ng_sscfu_newhook()
368 node_p node = NG_HOOK_NODE(hook); in ng_sscfu_disconnect()
403 node_p node = NG_HOOK_NODE(hook); in ng_sscfu_rcvupper()
432 node_p node = (node_p)p; in sscfu_send_upper()
462 node_p node = NG_HOOK_NODE(hook); in ng_sscfu_rcvlower()
498 node_p node = (node_p)p; in sscfu_send_lower()
539 ng_sscfu_constructor(node_p node) in ng_sscfu_constructor()
556 ng_sscfu_shutdown(node_p node) in ng_sscfu_shutdown()
/freebsd-12.1/sys/netgraph/atm/uni/
H A Dng_uni.c224 ng_uni_constructor(node_p node) in ng_uni_constructor()
242 ng_uni_shutdown(node_p node) in ng_uni_shutdown()
271 text_status(node_p node, struct priv *priv, char *buf, u_int len) in text_status()
307 ng_uni_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_uni_rcvmsg()
477 ng_uni_newhook(node_p node, hook_p hook, const char *name) in ng_uni_newhook()
495 node_p node = NG_HOOK_NODE(hook); in ng_uni_disconnect()
525 node_p node = NG_HOOK_NODE(hook); in ng_uni_rcvupper()
574 node_p node = (node_p)varg; in uni_uni_output()
621 dump_saal_signal(node_p node, enum saal_sig sig, struct uni_msg *msg, int to) in dump_saal_signal()
664 node_p node = NG_HOOK_NODE(hook); in ng_uni_rcvlower()
[all …]
/freebsd-12.1/sys/netgraph/atm/sscop/
H A Dng_sscop.c245 ng_sscop_constructor(node_p node) in ng_sscop_constructor()
264 ng_sscop_shutdown(node_p node) in ng_sscop_shutdown()
294 flow_upper(node_p node, struct ng_mesg *msg) in flow_upper()
350 flow_lower(node_p node, struct ng_mesg *msg) in flow_lower()
377 text_status(node_p node, struct priv *priv, char *arg, u_int len) in text_status()
443 ng_sscop_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_sscop_rcvmsg()
611 ng_sscop_newhook(node_p node, hook_p hook, const char *name) in ng_sscop_newhook()
631 node_p node = NG_HOOK_NODE(hook); in ng_sscop_disconnect()
693 node_p node = (node_p)p; in sscop_send_lower()
744 node_p node = (node_p)p; in sscop_send_upper()
[all …]

1234