Symbol: NG_HOOK_IS_VALID
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
1015
if (sc->hook != NULL && NG_HOOK_IS_VALID(sc->hook)) {
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
534
if (sc->hook != NULL && NG_HOOK_IS_VALID(sc->hook)) {
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
297
v = (unit->drv != NULL && NG_HOOK_IS_VALID(unit->drv));
sys/netgraph7/bluetooth/hci/ng_hci_misc.c
67
if (unit->raw != NULL && NG_HOOK_IS_VALID(unit->raw)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1055
if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1075
if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1114
if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1129
if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
168
if (hook != NULL && NG_HOOK_IS_VALID(hook)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
583
if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
606
if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
654
if (hook != NULL && NG_HOOK_IS_VALID(hook)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
891
if (unit->acl != NULL && NG_HOOK_IS_VALID(unit->acl)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
909
if (unit->sco != NULL && NG_HOOK_IS_VALID(unit->sco)) {
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1636
* if (l2cap->ctl != NULL && NG_HOOK_IS_VALID(l2cap->ctl))
sys/netgraph7/netgraph/ng_base.c
1102
if (NG_HOOK_IS_VALID(hook)
sys/netgraph7/ng_ipfw.c
211
if (NG_HOOK_IS_VALID(hook) && (hpriv->rulenum == rulenum))