Home
last modified time | relevance | path

Searched refs:NG_HOOK_IS_VALID (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c181 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_acl_con_req()
548 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_le_con_req()
770 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_con_cfm()
793 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_con_cfm()
827 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_enc_change()
870 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_con_ind()
1107 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_discon_ind()
1125 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_discon_ind()
1271 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_qos_cfm()
1291 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_qos_cfm()
[all …]
H A Dng_hci_misc.c68 if (unit->raw != NULL && NG_HOOK_IS_VALID(unit->raw)) { in ng_hci_mtap()
H A Dng_hci_evnt.c305 v = (unit->drv != NULL && NG_HOOK_IS_VALID(unit->drv)); in send_data_packets()
/freebsd/sys/netgraph/
H A Dng_ipfw.c219 if (NG_HOOK_IS_VALID(hook) && (hpriv->cookie == cookie)) in ng_ipfw_findhook1()
H A Dng_vlan.c384 NG_HOOK_IS_VALID(priv->vlan_hook[i])) in ng_vlan_rcvmsg()
H A Dnetgraph.h327 #define NG_HOOK_IS_VALID(hook) _ng_hook_is_valid(hook, _NN_) macro
345 #define NG_HOOK_IS_VALID(hook) _NG_HOOK_IS_VALID(hook) macro
H A Dng_base.c1136 if (NG_HOOK_IS_VALID(hook) && in ng_findhook()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1815 * if (l2cap->ctl != NULL && NG_HOOK_IS_VALID(l2cap->ctl)) in ng_l2cap_l2ca_enable_clt()