Home
last modified time | relevance | path

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

123

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.h43 int ng_hci_lp_con_req (ng_hci_unit_p, item_p, hook_p);
44 int ng_hci_lp_discon_req (ng_hci_unit_p, item_p, hook_p);
47 int ng_hci_lp_con_rsp (ng_hci_unit_p, item_p, hook_p);
49 int ng_hci_lp_qos_req (ng_hci_unit_p, item_p, hook_p);
H A Dng_hci_ulpi.c59 static int ng_hci_lp_acl_con_req (ng_hci_unit_p, item_p, hook_p);
60 static int ng_hci_lp_sco_con_req (ng_hci_unit_p, item_p, hook_p);
61 static int ng_hci_lp_le_con_req (ng_hci_unit_p, item_p, hook_p, int);
68 ng_hci_lp_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_con_req()
123 ng_hci_lp_acl_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_acl_con_req()
323 ng_hci_lp_sco_con_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_sco_con_req()
487 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()
665 ng_hci_lp_discon_req(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_discon_req()
899 ng_hci_lp_con_rsp(ng_hci_unit_p unit, item_p item, hook_p hook) in ng_hci_lp_con_rsp()
1151 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.c292 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_default_rcvmsg()
663 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_upper_rcvmsg()
707 ng_hci_drv_rcvdata(hook_p hook, item_p item) in ng_hci_drv_rcvdata()
790 ng_hci_acl_rcvdata(hook_p hook, item_p item) in ng_hci_acl_rcvdata()
907 ng_hci_sco_rcvdata(hook_p hook, item_p item) in ng_hci_sco_rcvdata()
1026 ng_hci_raw_rcvdata(hook_p hook, item_p item) in ng_hci_raw_rcvdata()
/f-stack/freebsd/netgraph/
H A Dnetgraph.h87 typedef struct ng_item *item_p; typedef
732 _ngi_m(item_p item, char *file, int line) in _ngi_m()
739 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
753 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
760 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
767 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
916 item_p _item; \
953 item_p _item; \
969 item_p _item; \
985 item_p _item; \
[all …]
H A Dng_base.c1946 item_p item; in ng_dequeue()
2175 item_p item; in ng_flush_input_queue()
2980 item_p item; in ng_alloc_item()
3052 item_p item; in ng_realloc_item()
3331 item_p item; in ng_dumpitems()
3512 item_p
3515 item_p item; in ng_package_data()
3534 item_p
3537 item_p item; in ng_package_msg()
3664 item_p
[all …]
H A Dng_ppp.c786 ng_ppp_rcvdata_inet(hook_p hook, item_p item) in ng_ppp_rcvdata_inet()
815 ng_ppp_rcvdata_ipv6(hook_p hook, item_p item) in ng_ppp_rcvdata_ipv6()
831 ng_ppp_rcvdata_atalk(hook_p hook, item_p item) in ng_ppp_rcvdata_atalk()
847 ng_ppp_rcvdata_ipx(hook_p hook, item_p item) in ng_ppp_rcvdata_ipx()
863 ng_ppp_rcvdata_bypass(hook_p hook, item_p item) in ng_ppp_rcvdata_bypass()
1070 ng_ppp_rcvdata_vjc_ip(hook_p hook, item_p item) in ng_ppp_rcvdata_vjc_ip()
1249 ng_ppp_rcvdata_encrypt(hook_p hook, item_p item) in ng_ppp_rcvdata_encrypt()
1405 ng_ppp_rcvdata(hook_p hook, item_p item) in ng_ppp_rcvdata()
1824 ng_ppp_frag_process(node_p node, item_p oitem) in ng_ppp_frag_process()
1828 item_p item; in ng_ppp_frag_process()
[all …]
H A Dng_echo.c86 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg()
101 nge_rcvdata(hook_p hook, item_p item) in nge_rcvdata()
H A Dng_ether_echo.c90 ngee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngee_rcvmsg()
105 ngee_rcvdata(hook_p hook, item_p item) in ngee_rcvdata()
H A Dng_async.c104 static int nga_rcv_sync(const sc_p sc, item_p item);
105 static int nga_rcv_async(const sc_p sc, item_p item);
240 nga_rcvdata(hook_p hook, item_p item) in nga_rcvdata()
255 nga_rcvmsg(node_p node, item_p item, hook_p lasthook) in nga_rcvmsg()
400 nga_rcv_sync(const sc_p sc, item_p item) in nga_rcv_sync()
491 nga_rcv_async(const sc_p sc, item_p item) in nga_rcv_async()
H A Dng_hub.c100 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg()
119 ng_hub_rcvdata(hook_p hook, item_p item) in ng_hub_rcvdata()
H A Dng_hole.c146 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngh_rcvmsg()
205 ngh_rcvdata(hook_p hook, item_p item) in ngh_rcvdata()
H A Dng_ether.c109 static int ng_ether_rcv_lower(hook_p node, item_p item);
110 static int ng_ether_rcv_upper(hook_p node, item_p item);
492 ng_ether_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ether_rcvmsg()
652 ng_ether_rcvdata(hook_p hook, item_p item) in ng_ether_rcvdata()
663 ng_ether_rcv_lower(hook_p hook, item_p item) in ng_ether_rcv_lower()
711 ng_ether_rcv_upper(hook_p hook, item_p item) in ng_ether_rcv_upper()
H A Dng_UI.c135 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg()
167 ng_UI_rcvdata(hook_p hook, item_p item) in ng_UI_rcvdata()
H A Dng_ip_input.c120 ngipi_rcvdata(hook_p hook, item_p item) in ngipi_rcvdata()
H A Dng_cisco.c122 static int cisco_input(sc_p sc, item_p item);
244 cisco_rcvmsg(node_p node, item_p item, hook_p lasthook) in cisco_rcvmsg()
340 cisco_rcvdata(hook_p hook, item_p item) in cisco_rcvdata()
439 cisco_input(sc_p sc, item_p item) in cisco_input()
H A Dng_frame_relay.c135 static int ngfrm_decode(node_p node, item_p item);
328 ngfrm_rcvdata(hook_p hook, item_p item) in ngfrm_rcvdata()
409 ngfrm_decode(node_p node, item_p item) in ngfrm_decode()
H A Dng_atmllc.c103 ng_atmllc_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_atmllc_rcvmsg()
159 ng_atmllc_rcvdata(hook_p hook, item_p item) in ng_atmllc_rcvdata()
H A Dng_gif_demux.c275 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg()
306 ng_gif_demux_rcvdata(hook_p hook, item_p item) in ng_gif_demux_rcvdata()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h88 typedef struct ng_item *item_p; typedef
734 _ngi_m(item_p item, char *file, int line) in _ngi_m()
741 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
755 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
762 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
769 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
918 item_p _item; \
955 item_p _item; \
971 item_p _item; \
987 item_p _item; \
[all …]
/f-stack/lib/
H A Dff_ng_base.c1953 item_p item; in ng_dequeue()
2182 item_p item; in ng_flush_input_queue()
3004 item_p item; in ng_alloc_item()
3076 item_p item; in ng_realloc_item()
3359 item_p item; in ng_dumpitems()
3542 item_p
3545 item_p item; in ng_package_data()
3564 item_p
3567 item_p item; in ng_package_msg()
3694 item_p
[all …]
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.h379 item_p item;
380 item_p item9;
531 item_p get_export9_dgram(priv_p, fib_export_p,
533 void return_export9_dgram(priv_p, fib_export_p, item_p,
535 int export9_add(item_p, struct netflow_v9_packet_opt *,
537 int export9_send(priv_p, fib_export_p, item_p,
H A Dnetflow_v9.c201 export9_send(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, int flags) in export9_send()
241 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) in export9_add()
368 item_p
371 item_p item = NULL; in get_export9_dgram()
442 return_export9_dgram(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, in… in return_export9_dgram()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h379 item_p item;
380 item_p item9;
532 item_p get_export9_dgram(priv_p, fib_export_p,
534 void return_export9_dgram(priv_p, fib_export_p, item_p,
536 int export9_add(item_p, struct netflow_v9_packet_opt *,
538 int export9_send(priv_p, fib_export_p, item_p,
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c257 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_lower_rcvmsg()
379 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_upper_rcvmsg()
474 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_default_rcvmsg()
705 ng_l2cap_rcvdata(hook_p hook, item_p item) in ng_l2cap_rcvdata()
/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu.c216 ng_sscfu_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_sscfu_rcvmsg()
397 ng_sscfu_rcvupper(hook_p hook, item_p item) in ng_sscfu_rcvupper()
456 ng_sscfu_rcvlower(hook_p hook, item_p item) in ng_sscfu_rcvlower()

123