Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c182 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_acl_con_req()
549 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_le_con_req()
771 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_con_cfm()
794 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_con_cfm()
828 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_enc_change()
871 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_con_ind()
1108 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_discon_ind()
1126 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_discon_ind()
1272 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_qos_cfm()
1331 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_qos_ind()
[all …]
H A Dng_hci_misc.c69 if (unit->raw != NULL && NG_HOOK_IS_VALID(unit->raw)) { in ng_hci_mtap()
H A Dng_hci_evnt.c304 v = (unit->drv != NULL && NG_HOOK_IS_VALID(unit->drv)); in send_data_packets()
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c221 if (NG_HOOK_IS_VALID(hook) && (hpriv->rulenum == rulenum)) in ng_ipfw_findhook1()
H A Dng_vlan.c386 NG_HOOK_IS_VALID(priv->vlan_hook[i])) in ng_vlan_rcvmsg()
H A Dnetgraph.h313 #define NG_HOOK_IS_VALID(hook) _ng_hook_is_valid(hook, _NN_) macro
331 #define NG_HOOK_IS_VALID(hook) _NG_HOOK_IS_VALID(hook) macro
H A Dng_base.c1132 if (NG_HOOK_IS_VALID(hook) && in ng_findhook()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h315 #define NG_HOOK_IS_VALID(hook) _ng_hook_is_valid(hook, _NN_) macro
333 #define NG_HOOK_IS_VALID(hook) _NG_HOOK_IS_VALID(hook) macro
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c527 if (sc->hook != NULL && NG_HOOK_IS_VALID(sc->hook)) { in ng_h4_input()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1816 * if (l2cap->ctl != NULL && NG_HOOK_IS_VALID(l2cap->ctl)) in ng_l2cap_l2ca_enable_clt()
/f-stack/lib/
H A Dff_ng_base.c1138 if (NG_HOOK_IS_VALID(hook) && in ng_findhook()