Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/netgraph/
HDng_base.c1080 NG_HOOK_REF(hook); /* one for the node */ in ng_add_hook()
1392 NG_HOOK_REF(hook); /* one for the node */ in ng_con_part2()
1466 NG_HOOK_REF(hook); /* Add a ref for the peer to each*/ in ng_con_nodes()
1467 NG_HOOK_REF(hook2); in ng_con_nodes()
1534 NG_HOOK_REF(hook1); in ng_mkpeer()
1535 NG_HOOK_REF(hook2); in ng_mkpeer()
3074 NG_HOOK_REF(peer); in ng_address_hook()
3101 NG_HOOK_REF(hook); /* don't let it go while on the queue */ in ng_address_path()
3155 NG_HOOK_REF(hook); in ng_package_msg_self()
3186 NG_HOOK_REF(hook); in ng_send_fn1()
[all …]
/dragonfly/sys/netgraph/
HDnetgraph.h83 #define NG_HOOK_REF(hook) atomic_add_int(&(hook)->refs, 1) macro
/dragonfly/sys/netgraph7/bluetooth/socket/
HDng_btsocket_l2cap_raw.c236 NG_HOOK_REF(hook); /* Keep extra reference to the hook */ in ng_btsocket_l2cap_raw_node_connect()
300 NG_HOOK_REF(hook); in ng_btsocket_l2cap_raw_node_rcvmsg()
HDng_btsocket_l2cap.c284 NG_HOOK_REF(hook); /* Keep extra reference to the hook */ in ng_btsocket_l2cap_node_connect()
338 NG_HOOK_REF(hook); in ng_btsocket_l2cap_node_rcvmsg()
373 NG_HOOK_REF(hook); in ng_btsocket_l2cap_node_rcvdata()
/dragonfly/sys/netgraph7/
HDnetgraph.h294 #define NG_HOOK_REF(hook) _ng_hook_ref(hook, _NN_) macro
311 #define NG_HOOK_REF(hook) _NG_HOOK_REF(hook) macro
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
HDng_ubt.c1302 NG_HOOK_REF(hook); in ubt_fwd_mbuf_up()