Home
last modified time | relevance | path

Searched refs:item_p (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/sys/netgraph/
H A Dnetgraph.h94 typedef struct ng_item *item_p; typedef
112 typedef int ng_rcvmsg_t(node_p node, item_p item, hook_p lasthook);
113 typedef int ng_rcvdata_t(hook_p hook, item_p item);
115 typedef int ng_rcvitem (node_p node, hook_p hook, item_p item);
720 void dumpitem(item_p item, char *file, int line);
721 static __inline void _ngi_check(item_p item, char *file, int line) ;
722 static __inline struct mbuf ** _ngi_m(item_p item, char *file, int line) ;
723 static __inline ng_ID_t * _ngi_retaddr(item_p item, char *file, int line);
724 static __inline struct ng_mesg ** _ngi_msg(item_p item, char *file, int line) ;
725 static __inline ng_item_fn ** _ngi_fn(item_p item, char *file, int line) ;
[all …]
H A Dng_base.c224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
229 static int ng_apply_item(node_p node, item_p item, int rw);
232 static int ng_con_nodes(item_p item, node_p node, const char *name,
234 static int ng_con_part2(node_p node, item_p item, hook_p hook);
235 static int ng_con_part3(node_p node, item_p item, hook_p hook);
1345 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1388 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1482 ng_con_nodes(item_p item, node_p node, const char *name, in ng_con_nodes()
1860 static __inline void ng_queue_rw(node_p node, item_p item, int rw);
1861 static __inline item_p ng_dequeue(node_p node, int *rw);
[all …]
H A Dng_ppp.c292 static int ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto,
294 static int ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto);
295 static int ng_ppp_hcomp_recv(node_p node, item_p item, uint16_t proto,
297 static int ng_ppp_comp_xmit(node_p node, item_p item, uint16_t proto);
298 static int ng_ppp_comp_recv(node_p node, item_p item, uint16_t proto,
300 static int ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto);
301 static int ng_ppp_crypt_recv(node_p node, item_p item, uint16_t proto,
303 static int ng_ppp_mp_xmit(node_p node, item_p item, uint16_t proto);
304 static int ng_ppp_mp_recv(node_p node, item_p item, uint16_t proto,
306 static int ng_ppp_link_xmit(node_p node, item_p item, uint16_t proto,
[all …]
H A Dng_echo.c84 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg()
99 nge_rcvdata(hook_p hook, item_p item) in nge_rcvdata()
H A Dng_async.c102 static int nga_rcv_sync(const sc_p sc, item_p item);
103 static int nga_rcv_async(const sc_p sc, item_p item);
238 nga_rcvdata(hook_p hook, item_p item) in nga_rcvdata()
253 nga_rcvmsg(node_p node, item_p item, hook_p lasthook) in nga_rcvmsg()
398 nga_rcv_sync(const sc_p sc, item_p item) in nga_rcv_sync()
489 nga_rcv_async(const sc_p sc, item_p item) in nga_rcv_async()
H A Dng_ether_echo.c88 ngee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngee_rcvmsg()
103 ngee_rcvdata(hook_p hook, item_p item) in ngee_rcvdata()
H A Dng_hub.c98 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg()
117 ng_hub_rcvdata(hook_p hook, item_p item) in ng_hub_rcvdata()
H A Dng_ether.c108 static int ng_ether_rcv_lower(hook_p node, item_p item);
109 static int ng_ether_rcv_upper(hook_p node, item_p item);
493 ng_ether_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ether_rcvmsg()
653 ng_ether_rcvdata(hook_p hook, item_p item) in ng_ether_rcvdata()
664 ng_ether_rcv_lower(hook_p hook, item_p item) in ng_ether_rcv_lower()
712 ng_ether_rcv_upper(hook_p hook, item_p item) in ng_ether_rcv_upper()
H A Dng_hole.c144 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngh_rcvmsg()
203 ngh_rcvdata(hook_p hook, item_p item) in ngh_rcvdata()
H A Dng_UI.c133 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg()
165 ng_UI_rcvdata(hook_p hook, item_p item) in ng_UI_rcvdata()
H A Dng_cisco.c120 static int cisco_input(sc_p sc, item_p item);
242 cisco_rcvmsg(node_p node, item_p item, hook_p lasthook) in cisco_rcvmsg()
338 cisco_rcvdata(hook_p hook, item_p item) in cisco_rcvdata()
437 cisco_input(sc_p sc, item_p item) in cisco_input()
H A Dng_frame_relay.c133 static int ngfrm_decode(node_p node, item_p item);
326 ngfrm_rcvdata(hook_p hook, item_p item) in ngfrm_rcvdata()
407 ngfrm_decode(node_p node, item_p item) in ngfrm_decode()
H A Dng_gif_demux.c273 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg()
304 ng_gif_demux_rcvdata(hook_p hook, item_p item) in ng_gif_demux_rcvdata()
H A Dng_ip_input.c118 ngipi_rcvdata(hook_p hook, item_p item) in ngipi_rcvdata()
H A Dng_sample.c257 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_xxx_rcvmsg()
323 ng_xxx_rcvdata(hook_p hook, item_p item ) in ng_xxx_rcvdata()
H A Dng_car.c100 static void ng_car_enqueue(struct hookinfo *h, item_p item);
267 ng_car_rcvdata(hook_p hook, item_p item ) in ng_car_rcvdata()
416 ng_car_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_car_rcvmsg()
748 ng_car_enqueue(struct hookinfo *hinfo, item_p item) in ng_car_enqueue()
H A Dng_socket.c225 item_p item; in ngc_send()
421 item_p item; in ngd_send()
704 item_p item; in ng_connect_data()
896 ngs_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngs_rcvmsg()
1011 ngs_rcvdata(hook_p hook, item_p item) in ngs_rcvdata()
H A Dng_pptpgre.c175 item_p item; /* netgraph item */
226 static int ng_pptpgre_xmit(hpriv_p hpriv, item_p item);
418 ng_pptpgre_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_pptpgre_rcvmsg()
509 ng_pptpgre_rcvdata(hook_p hook, item_p item) in ng_pptpgre_rcvdata()
590 ng_pptpgre_xmit(hpriv_p hpriv, item_p item) in ng_pptpgre_xmit()
749 ng_pptpgre_rcvdata_lower(hook_p hook, item_p item) in ng_pptpgre_rcvdata_lower()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.h42 int ng_hci_lp_con_req (ng_hci_unit_p, item_p, hook_p);
43 int ng_hci_lp_discon_req (ng_hci_unit_p, item_p, hook_p);
46 int ng_hci_lp_con_rsp (ng_hci_unit_p, item_p, hook_p);
48 int ng_hci_lp_qos_req (ng_hci_unit_p, item_p, hook_p);
H A Dng_hci_ulpi.c58 static int ng_hci_lp_acl_con_req (ng_hci_unit_p, item_p, hook_p);
59 static int ng_hci_lp_sco_con_req (ng_hci_unit_p, item_p, hook_p);
60 static int ng_hci_lp_le_con_req (ng_hci_unit_p, item_p, hook_p, int);
67 ng_hci_lp_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_con_req()
122 ng_hci_lp_acl_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_acl_con_req()
322 ng_hci_lp_sco_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_sco_con_req()
486 ng_hci_lp_le_con_req(ng_hci_unit_p unit, item_p item, hook_p hook, int link_type) in ng_hci_lp_le_con_req()
664 ng_hci_lp_discon_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_discon_req()
898 ng_hci_lp_con_rsp(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_con_rsp()
1150 ng_hci_lp_qos_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_qos_req()
H A Dng_hci_main.c291 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_default_rcvmsg()
662 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_upper_rcvmsg()
706 ng_hci_drv_rcvdata(hook_p hook, item_p item) in ng_hci_drv_rcvdata()
789 ng_hci_acl_rcvdata(hook_p hook, item_p item) in ng_hci_acl_rcvdata()
906 ng_hci_sco_rcvdata(hook_p hook, item_p item) in ng_hci_sco_rcvdata()
1025 ng_hci_raw_rcvdata(hook_p hook, item_p item) in ng_hci_raw_rcvdata()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h378 item_p item;
379 item_p item9;
530 item_p get_export9_dgram(priv_p, fib_export_p,
532 void return_export9_dgram(priv_p, fib_export_p, item_p,
534 int export9_add(item_p, struct netflow_v9_packet_opt *,
536 int export9_send(priv_p, fib_export_p, item_p,
H A Dnetflow_v9.c197 export9_send(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, int flags) in export9_send()
237 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) in export9_add()
364 item_p
367 item_p item = NULL; in get_export9_dgram()
438 return_export9_dgram(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, in… in return_export9_dgram()
H A Dnetflow.c105 static int export_add(item_p, struct flow_entry *);
106 static int export_send(priv_p, fib_export_p, item_p, int);
169 static item_p
172 item_p item = NULL; in get_export_dgram()
204 return_export_dgram(priv_p priv, fib_export_p fe, item_p item, int flags) in return_export_dgram()
1012 export_send(priv_p priv, fib_export_p fe, item_p item, int flags) in export_send()
1047 export_add(item_p item, struct flow_entry *fle) in export_add()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c256 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_lower_rcvmsg()
378 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_upper_rcvmsg()
473 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_default_rcvmsg()
704 ng_l2cap_rcvdata(hook_p hook, item_p item) in ng_l2cap_rcvdata()

123