| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 88 typedef struct ng_node *node_p; typedef 92 typedef int ng_constructor_t(node_p node); 93 typedef int ng_close_t(node_p node); 94 typedef int ng_shutdown_t(node_p node); 263 static __inline node_p 457 _chknode(node_p node, char *file, int line) in _chknode() 482 _ng_node_id(node_p node, char *file, int line) in _ng_node_id() 704 node_p _node = _NGI_NODE(i); \ 780 static __inline node_p 1140 node_p ng_name2noderef(node_p node, const char *name); [all …]
|
| H A D | ng_base.c | 323 node_p node; in ng_alloc_node() 644 node_p node; in ng_make_node_common() 825 static node_p 828 node_p node; in ng_ID2noderef() 855 node_p node2; in ng_name_node() 908 node_p 911 node_p node; in ng_name2noderef() 1161 node_p node; in ng_destroy_hook() 2226 node_p node; in ng_snd_item() 3342 node_p node; in ng_dumpnodes() [all …]
|
| H A D | ng_pred1.c | 94 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 D | ng_ppp.c | 315 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() 2610 ng_ppp_frag_reset(node_p node) in ng_ppp_frag_reset() 2627 ng_ppp_start_frag_timer(node_p node) in ng_ppp_start_frag_timer() [all …]
|
| H A D | ng_gif.c | 114 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 D | ng_ipfw.c | 74 static hook_p ng_ipfw_findhook1(node_p, u_int16_t ); 78 static node_p fw_node; 148 ng_ipfw_constructor(node_p node) in ng_ipfw_constructor() 154 ng_ipfw_newhook(node_p node, hook_p hook, const char *name) in ng_ipfw_newhook() 201 ng_ipfw_findhook(node_p node, const char *name) in ng_ipfw_findhook() 214 ng_ipfw_findhook1(node_p node, u_int16_t rulenum) in ng_ipfw_findhook1() 337 ng_ipfw_shutdown(node_p node) in ng_ipfw_shutdown()
|
| H A D | ng_UI.c | 100 ng_UI_constructor(node_p node) in ng_UI_constructor() 114 ng_UI_newhook(node_p node, hook_p hook, const char *name) in ng_UI_newhook() 135 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg() 169 const node_p node = NG_HOOK_NODE(hook); in ng_UI_rcvdata() 209 ng_UI_shutdown(node_p node) in ng_UI_shutdown()
|
| H A D | ng_split.c | 72 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 D | ng_hub.c | 85 ng_hub_constructor(node_p node) in ng_hub_constructor() 100 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg() 121 const node_p node = NG_HOOK_NODE(hook); in ng_hub_rcvdata() 154 ng_hub_shutdown(node_p node) in ng_hub_shutdown()
|
| H A D | ng_deflate.c | 85 static int ng_deflate_compress(node_p, struct mbuf *, struct mbuf **); 86 static int ng_deflate_decompress(node_p, struct mbuf *, struct mbuf **); 87 static void ng_deflate_reset_req(node_p); 172 ng_deflate_constructor(node_p node) in ng_deflate_constructor() 192 ng_deflate_newhook(node_p node, hook_p hook, const char *name) in ng_deflate_newhook() 213 ng_deflate_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_deflate_rcvmsg() 325 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_rcvdata() 370 ng_deflate_shutdown(node_p node) in ng_deflate_shutdown() 394 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_disconnect() 420 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_compress() [all …]
|
| H A D | ng_gif_demux.c | 120 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 D | ng_ether.c | 248 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() 443 ng_ether_constructor(node_p node) in ng_ether_constructor() 666 const node_p node = NG_HOOK_NODE(hook); in ng_ether_rcv_lower() 714 const node_p node = NG_HOOK_NODE(hook); in ng_ether_rcv_upper() [all …]
|
| H A D | ng_tty.c | 88 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() 458 node_p node = sc->node; in ngt_rint()
|
| H A D | ng_atmllc.c | 92 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 D | ng_mppc.c | 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() 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() [all …]
|
| H A D | ng_sample.c | 133 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 D | ng_hole.c | 121 ngh_cons(node_p node) in ngh_cons() 130 ngh_newhook(node_p node, hook_p hook, const char *name) in ngh_newhook() 146 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngh_rcvmsg()
|
| H A D | ng_echo.c | 77 nge_cons(node_p node) in nge_cons() 86 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg()
|
| H A D | ng_frame_relay.c | 81 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() 409 ngfrm_decode(node_p node, item_p item) in ngfrm_decode() 467 ngfrm_shutdown(node_p node) in ngfrm_shutdown()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 89 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 …]
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 327 node_p node; in ng_alloc_node() 648 node_p node; in ng_make_node_common() 831 static node_p 834 node_p node; in ng_ID2noderef() 861 node_p node2; in ng_name_node() 914 node_p 917 node_p node; in ng_name2noderef() 1167 node_p node; in ng_destroy_hook() 2234 node_p node; in ng_snd_item() 3370 node_p node; in ng_dumpnodes() [all …]
|
| /f-stack/freebsd/netgraph/atm/sscfu/ |
| H A D | ng_sscfu.c | 185 text_status(node_p node, struct priv *priv, char *arg, u_int len) in text_status() 216 ng_sscfu_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_sscfu_rcvmsg() 347 ng_sscfu_newhook(node_p node, hook_p hook, const char *name) in ng_sscfu_newhook() 364 node_p node = NG_HOOK_NODE(hook); in ng_sscfu_disconnect() 399 node_p node = NG_HOOK_NODE(hook); in ng_sscfu_rcvupper() 428 node_p node = (node_p)p; in sscfu_send_upper() 458 node_p node = NG_HOOK_NODE(hook); in ng_sscfu_rcvlower() 494 node_p node = (node_p)p; in sscfu_send_lower() 535 ng_sscfu_constructor(node_p node) in ng_sscfu_constructor() 552 ng_sscfu_shutdown(node_p node) in ng_sscfu_shutdown()
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni.c | 224 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() 474 ng_uni_newhook(node_p node, hook_p hook, const char *name) in ng_uni_newhook() 492 node_p node = NG_HOOK_NODE(hook); in ng_uni_disconnect() 522 node_p node = NG_HOOK_NODE(hook); in ng_uni_rcvupper() 570 node_p node = (node_p)varg; in uni_uni_output() 615 dump_saal_signal(node_p node, enum saal_sig sig, struct uni_msg *msg, int to) in dump_saal_signal() 657 node_p node = NG_HOOK_NODE(hook); in ng_uni_rcvlower() [all …]
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop.c | 245 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() 349 flow_lower(node_p node, struct ng_mesg *msg) in flow_lower() 375 text_status(node_p node, struct priv *priv, char *arg, u_int len) in text_status() 440 ng_sscop_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_sscop_rcvmsg() 605 ng_sscop_newhook(node_p node, hook_p hook, const char *name) in ng_sscop_newhook() 625 node_p node = NG_HOOK_NODE(hook); in ng_sscop_disconnect() 687 node_p node = (node_p)p; in sscop_send_lower() 738 node_p node = (node_p)p; in sscop_send_upper() [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_llpi.h | 50 void ng_l2cap_process_lp_timeout (node_p, hook_p, void *, int); 51 void ng_l2cap_process_discon_timeout (node_p, hook_p, void *, int);
|