Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/hci/
HDng_hci_ulpi.c168 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_acl_con_req()
583 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_con_cfm()
606 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_con_cfm()
654 if (hook != NULL && NG_HOOK_IS_VALID(hook)) { in ng_hci_lp_con_ind()
891 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_discon_ind()
909 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_discon_ind()
1055 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_qos_cfm()
1075 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_qos_cfm()
1114 if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) { in ng_hci_lp_qos_ind()
1129 if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) { in ng_hci_lp_qos_ind()
HDng_hci_misc.c67 if (unit->raw != NULL && NG_HOOK_IS_VALID(unit->raw)) { in ng_hci_mtap()
HDng_hci_evnt.c297 v = (unit->drv != NULL && NG_HOOK_IS_VALID(unit->drv)); in send_data_packets()
/dragonfly/sys/netgraph7/
HDng_ipfw.c211 if (NG_HOOK_IS_VALID(hook) && (hpriv->rulenum == rulenum)) in ng_ipfw_findhook1()
HDnetgraph.h302 #define NG_HOOK_IS_VALID(hook) _ng_hook_is_valid(hook, _NN_) macro
319 #define NG_HOOK_IS_VALID(hook) _NG_HOOK_IS_VALID(hook) macro
/dragonfly/sys/netgraph/
HDnetgraph.h91 #define NG_HOOK_IS_VALID(hook) (!((hook)->flags & HK_INVALID)) macro
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
HDng_h4.c534 if (sc->hook != NULL && NG_HOOK_IS_VALID(sc->hook)) { in ng_h4_input()
/dragonfly/sys/netgraph7/bluetooth/drivers/bt3c/
HDng_bt3c_pccard.c1015 if (sc->hook != NULL && NG_HOOK_IS_VALID(sc->hook)) { in bt3c_forward()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_ulpi.c1636 * if (l2cap->ctl != NULL && NG_HOOK_IS_VALID(l2cap->ctl)) in ng_l2cap_l2ca_enable_clt()
/dragonfly/sys/netgraph7/netgraph/
HDng_base.c1102 if (NG_HOOK_IS_VALID(hook) in ng_findhook()