Home
last modified time | relevance | path

Searched refs:NG_HOOK_REF (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_base.c1110 NG_HOOK_REF(hook); /* one for the node */ in ng_add_hook()
1428 NG_HOOK_REF(hook); /* one for the node */ in ng_con_part2()
1503 NG_HOOK_REF(hook2); in ng_con_nodes()
1570 NG_HOOK_REF(hook1); in ng_mkpeer()
1571 NG_HOOK_REF(hook2); in ng_mkpeer()
1835 NG_HOOK_REF(*lasthook); in ng_path2noderef()
3601 NG_HOOK_REF(peer); in ng_address_hook()
3684 NG_HOOK_REF(hook); in ng_package_msg_self()
3716 NG_HOOK_REF(hook); in ng_send_fn1()
3760 NG_HOOK_REF(hook); in ng_send_fn2()
[all …]
H A Dng_iface.c460 NG_HOOK_REF(hook); in ng_iface_send()
H A Dnetgraph.h305 #define NG_HOOK_REF(hook) _ng_hook_ref(hook, _NN_) macro
323 #define NG_HOOK_REF(hook) _NG_HOOK_REF(hook) macro
/f-stack/lib/
H A Dff_ng_base.c1116 NG_HOOK_REF(hook); /* one for the node */ in ng_add_hook()
1434 NG_HOOK_REF(hook); /* one for the node */ in ng_con_part2()
1509 NG_HOOK_REF(hook2); in ng_con_nodes()
1576 NG_HOOK_REF(hook1); in ng_mkpeer()
1577 NG_HOOK_REF(hook2); in ng_mkpeer()
1841 NG_HOOK_REF(*lasthook); in ng_path2noderef()
3631 NG_HOOK_REF(peer); in ng_address_hook()
3714 NG_HOOK_REF(hook); in ng_package_msg_self()
3746 NG_HOOK_REF(hook); in ng_send_fn1()
3790 NG_HOOK_REF(hook); in ng_send_fn2()
[all …]
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c274 NG_HOOK_REF(hook); /* Keep extra reference to the hook */ in ng_btsocket_sco_node_connect()
328 NG_HOOK_REF(hook); in ng_btsocket_sco_node_rcvmsg()
362 NG_HOOK_REF(hook); in ng_btsocket_sco_node_rcvdata()
H A Dng_btsocket_l2cap_raw.c247 NG_HOOK_REF(hook); /* Keep extra reference to the hook */ in ng_btsocket_l2cap_raw_node_connect()
310 NG_HOOK_REF(hook); in ng_btsocket_l2cap_raw_node_rcvmsg()
H A Dng_btsocket_l2cap.c309 NG_HOOK_REF(hook); /* Keep extra reference to the hook */ in ng_btsocket_l2cap_node_connect()
363 NG_HOOK_REF(hook); in ng_btsocket_l2cap_node_rcvmsg()
397 NG_HOOK_REF(hook); in ng_btsocket_l2cap_node_rcvdata()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h307 #define NG_HOOK_REF(hook) _ng_hook_ref(hook, _NN_) macro
325 #define NG_HOOK_REF(hook) _NG_HOOK_REF(hook) macro
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1428 NG_HOOK_REF(hook); in ubt_fwd_mbuf_up()