| /freebsd-14.2/sys/netgraph/ |
| H A D | netgraph.h | 86 typedef struct ng_node *node_p; typedef 97 typedef int ng_constructor_t(node_p node); 98 typedef int ng_close_t(node_p node); 99 typedef int ng_shutdown_t(node_p node); 268 static __inline node_p 460 _chknode(node_p node, char *file, int line) in _chknode() 485 _ng_node_id(node_p node, char *file, int line) in _ng_node_id() 492 _ng_node_ref(node_p node, char *file, int line) in _ng_node_ref() 703 node_p _node = _NGI_NODE(i); \ 779 static __inline node_p [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() 912 node_p 915 node_p node; in ng_name2noderef() 1165 node_p node; in ng_destroy_hook() 2230 node_p node; in ng_snd_item() 3349 node_p node; in ng_dumpnodes() [all …]
|
| H A D | ng_ppp.c | 313 static int ng_ppp_frag_drop(node_p node); 317 static int ng_ppp_frag_trim(node_p node); 488 ng_ppp_constructor(node_p node) in ng_ppp_constructor() 733 ng_ppp_shutdown(node_p node) in ng_ppp_shutdown() 1671 ng_ppp_check_packet(node_p node) in ng_ppp_check_packet() 1742 ng_ppp_frag_trim(node_p node) in ng_ppp_frag_trim() 1791 ng_ppp_frag_drop(node_p node) in ng_ppp_frag_drop() 1885 ng_ppp_frag_checkstale(node_p node) in ng_ppp_frag_checkstale() 2606 ng_ppp_frag_reset(node_p node) in ng_ppp_frag_reset() 2623 ng_ppp_start_frag_timer(node_p node) in ng_ppp_start_frag_timer() [all …]
|
| H A D | ng_pred1.c | 92 static int ng_pred1_compress(node_p node, struct mbuf *m, 94 static int ng_pred1_decompress(node_p node, struct mbuf *m, 96 static void Pred1Init(node_p node); 186 ng_pred1_constructor(node_p node) in ng_pred1_constructor() 206 ng_pred1_newhook(node_p node, hook_p hook, const char *name) in ng_pred1_newhook() 227 ng_pred1_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_pred1_rcvmsg() 299 const node_p node = NG_HOOK_NODE(hook); in ng_pred1_rcvdata() 345 ng_pred1_shutdown(node_p node) in ng_pred1_shutdown() 361 const node_p node = NG_HOOK_NODE(hook); in ng_pred1_disconnect() 569 Pred1Init(node_p node) in Pred1Init() [all …]
|
| H A D | ng_gif.c | 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() 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() [all …]
|
| H A D | ng_ipfw.c | 72 static hook_p ng_ipfw_findhook1(node_p, uint32_t ); 76 static node_p fw_node; 146 ng_ipfw_constructor(node_p node) in ng_ipfw_constructor() 152 ng_ipfw_newhook(node_p node, hook_p hook, const char *name) in ng_ipfw_newhook() 199 ng_ipfw_findhook(node_p node, const char *name) in ng_ipfw_findhook() 212 ng_ipfw_findhook1(node_p node, uint32_t cookie) in ng_ipfw_findhook1() 335 ng_ipfw_shutdown(node_p node) in ng_ipfw_shutdown()
|
| H A D | ng_deflate.c | 83 static int ng_deflate_compress(node_p, struct mbuf *, struct mbuf **); 84 static int ng_deflate_decompress(node_p, struct mbuf *, struct mbuf **); 85 static void ng_deflate_reset_req(node_p); 170 ng_deflate_constructor(node_p node) in ng_deflate_constructor() 190 ng_deflate_newhook(node_p node, hook_p hook, const char *name) in ng_deflate_newhook() 211 ng_deflate_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_deflate_rcvmsg() 323 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_rcvdata() 368 ng_deflate_shutdown(node_p node) in ng_deflate_shutdown() 392 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_disconnect() 418 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_compress() [all …]
|
| H A D | ng_UI.c | 98 ng_UI_constructor(node_p node) in ng_UI_constructor() 112 ng_UI_newhook(node_p node, hook_p hook, const char *name) in ng_UI_newhook() 133 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg() 167 const node_p node = NG_HOOK_NODE(hook); in ng_UI_rcvdata() 207 ng_UI_shutdown(node_p node) in ng_UI_shutdown()
|
| H A D | ng_ether.c | 247 const node_p node = IFP2NG(ifp); in ng_ether_input() 264 const node_p node = IFP2NG(ifp); in ng_ether_input_orphan() 283 const node_p node = IFP2NG(ifp); in ng_ether_output() 307 node_p node; in ng_ether_attach() 355 const node_p node = IFP2NG(ifp); in ng_ether_detach() 377 const node_p node = IFP2NG(ifp); in ng_ether_link_state() 413 node_p node; in ng_ether_ifnet_arrival_event() 444 ng_ether_constructor(node_p node) in ng_ether_constructor() 667 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 D | ng_split.c | 70 node_p node; /* Our netgraph node */ 82 ng_split_constructor(node_p node) in ng_split_constructor() 101 ng_split_newhook(node_p node, hook_p hook, const char *name) in ng_split_newhook() 149 ng_split_shutdown(node_p node) in ng_split_shutdown()
|
| H A D | ng_hub.c | 83 ng_hub_constructor(node_p node) in ng_hub_constructor() 98 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg() 119 const node_p node = NG_HOOK_NODE(hook); in ng_hub_rcvdata() 152 ng_hub_shutdown(node_p node) in ng_hub_shutdown()
|
| H A D | ng_gif_demux.c | 118 node_p node; /* Our netgraph node */ 231 ng_gif_demux_constructor(node_p node) in ng_gif_demux_constructor() 249 ng_gif_demux_newhook(node_p node, hook_p hook, const char *name) in ng_gif_demux_newhook() 273 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg() 306 const node_p node = NG_HOOK_NODE(hook); in ng_gif_demux_rcvdata() 367 ng_gif_demux_shutdown(node_p node) in ng_gif_demux_shutdown()
|
| H A D | ng_mppc.c | 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() 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 D | ng_tty.c | 86 node_p node; /* Netgraph node */ 152 ngt_constructor(node_p node) in ngt_constructor() 172 ngt_newhook(node_p node, hook_p hook, const char *name) in ngt_newhook() 223 ngt_shutdown(node_p node) in ngt_shutdown() 246 ngt_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngt_rcvmsg() 408 node_p node = sc->node; in ngt_rint_bypass() 456 node_p node = sc->node; in ngt_rint()
|
| H A D | ng_sample.c | 131 node_p node; /* back pointer to node */ 149 ng_xxx_constructor(node_p node) in ng_xxx_constructor() 180 ng_xxx_newhook(node_p node, hook_p hook, const char *name) in ng_xxx_newhook() 257 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_xxx_rcvmsg() 415 ng_xxx_shutdown(node_p node) in ng_xxx_shutdown()
|
| H A D | ng_frame_relay.c | 79 node_p node; /* netgraph node */ 133 static int ngfrm_decode(node_p node, item_p item); 211 ngfrm_constructor(node_p node) in ngfrm_constructor() 232 ngfrm_newhook(node_p node, hook_p hook, const char *name) in ngfrm_newhook() 407 ngfrm_decode(node_p node, item_p item) in ngfrm_decode() 465 ngfrm_shutdown(node_p node) in ngfrm_shutdown()
|
| H A D | ng_hole.c | 119 ngh_cons(node_p node) in ngh_cons() 128 ngh_newhook(node_p node, hook_p hook, const char *name) in ngh_newhook() 144 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngh_rcvmsg()
|
| H A D | ng_ksocket.c | 81 node_p node; 157 static void ng_ksocket_listen_upcall2(node_p node, hook_p hook, 162 static void ng_ksocket_incoming2(node_p node, hook_p hook, 515 ng_ksocket_constructor(node_p node) in ng_ksocket_constructor() 542 ng_ksocket_newhook(node_p node, hook_p hook, const char *name0) in ng_ksocket_newhook() 606 node_p node = NG_HOOK_NODE(hook); in ng_ksocket_connect() 662 ng_ksocket_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ksocket_rcvmsg() 896 const node_p node = NG_HOOK_NODE(hook); in ng_ksocket_rcvdata() 943 ng_ksocket_shutdown(node_p node) in ng_ksocket_shutdown() 1019 const node_p node = arg; in ng_ksocket_incoming() [all …]
|
| H A D | ng_etf.c | 147 node_p node; /* back pointer to node */ 175 ng_etf_constructor(node_p node) in ng_etf_constructor() 197 ng_etf_newhook(node_p node, hook_p hook, const char *name) in ng_etf_newhook() 245 ng_etf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_etf_rcvmsg() 432 ng_etf_shutdown(node_p node) in ng_etf_shutdown()
|
| H A D | ng_socket.c | 526 node_p node = pcbp->sockdata->node; in ng_getsockaddr() 556 node_p node; in ng_attach_cntl() 688 node_p node = priv->node; in ng_socket_free_priv() 705 node_p farnode; in ng_connect_data() 787 ngs_constructor(node_p nodep) in ngs_constructor() 793 ngs_rehash(node_p node) in ngs_rehash() 851 node_p node = NG_HOOK_NODE(hook); in ngs_connect() 865 ngs_findhook(node_p node, const char *name) in ngs_findhook() 900 ngs_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngs_rcvmsg() 1067 node_p node = NG_HOOK_NODE(hook); in ngs_disconnect() [all …]
|
| H A D | ng_echo.c | 75 nge_cons(node_p node) in nge_cons() 84 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg()
|
| H A D | ng_tee.c | 150 ng_tee_constructor(node_p node) in ng_tee_constructor() 164 ng_tee_newhook(node_p node, hook_p hook, const char *name) in ng_tee_newhook() 206 ng_tee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_tee_rcvmsg() 336 ng_tee_close(node_p node) in ng_tee_close() 350 ng_tee_shutdown(node_p node) in ng_tee_shutdown()
|
| H A D | ng_cisco.c | 99 node_p node; 121 static void cisco_keepalive(node_p node, hook_p hook, void *arg1, int arg2); 185 cisco_constructor(node_p node) in cisco_constructor() 208 cisco_newhook(node_p node, hook_p hook, const char *name) in cisco_newhook() 242 cisco_rcvmsg(node_p node, item_p item, hook_p lasthook) in cisco_rcvmsg() 397 cisco_shutdown(node_p node) in cisco_shutdown() 577 cisco_keepalive(node_p node, hook_p hook, void *arg1, int arg2) in cisco_keepalive()
|
| H A D | ng_one2many.c | 70 node_p node; /* link to node */ 183 ng_one2many_constructor(node_p node) in ng_one2many_constructor() 204 ng_one2many_newhook(node_p node, hook_p hook, const char *name) in ng_one2many_newhook() 252 ng_one2many_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_one2many_rcvmsg() 412 const node_p node = NG_HOOK_NODE(hook); in ng_one2many_rcvdata() 498 ng_one2many_shutdown(node_p node) in ng_one2many_shutdown()
|
| /freebsd-14.2/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_llpi.h | 49 void ng_l2cap_process_lp_timeout (node_p, hook_p, void *, int); 50 void ng_l2cap_process_discon_timeout (node_p, hook_p, void *, int);
|