Home
last modified time | relevance | path

Searched refs:NG_NODE_NOT_VALID (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c342 sc->node == NULL || NG_NODE_NOT_VALID(sc->node)) in ng_h4_input()
577 sc->node == NULL || NG_NODE_NOT_VALID(sc->node))
/f-stack/freebsd/netgraph/
H A Dng_base.c1824 if (NG_NODE_NOT_VALID(node)) { in ng_path2noderef()
2388 NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2419 if (NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2455 if (NG_NODE_NOT_VALID(node) && in ng_apply_item()
2683 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
2722 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
3591 NG_NODE_NOT_VALID(peernode = NG_PEER_NODE(hook))) { in ng_address_hook()
H A Dnetgraph.h583 #define NG_NODE_NOT_VALID(node) _ng_node_not_valid(node, _NN_) macro
604 #define NG_NODE_NOT_VALID(node) _NG_NODE_NOT_VALID(node) macro
H A Dng_ppp.c1974 if (NG_NODE_NOT_VALID(node)) in ng_ppp_frag_timeout()
/f-stack/lib/
H A Dff_ng_base.c1830 if (NG_NODE_NOT_VALID(node)) { in ng_path2noderef()
2406 NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2437 if (NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2473 if (NG_NODE_NOT_VALID(node) && in ng_apply_item()
2703 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
2742 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
3621 NG_NODE_NOT_VALID(peernode = NG_PEER_NODE(hook))) { in ng_address_hook()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c349 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_command_timeout()
H A Dng_l2cap_llpi.c879 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_lp_timeout()
925 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_discon_timeout()
H A Dng_l2cap_misc.c74 if (node == NULL || NG_NODE_NOT_VALID(node) || in ng_l2cap_send_hook_info()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c93 if (node == NULL || NG_NODE_NOT_VALID(node) || in ng_hci_node_is_up()
H A Dng_hci_cmds.c399 if (NG_NODE_NOT_VALID(node)) { in ng_hci_process_command_timeout()
H A Dng_hci_ulpi.c1374 if (NG_NODE_NOT_VALID(node)) { in ng_hci_process_con_timeout()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h585 #define NG_NODE_NOT_VALID(node) _ng_node_not_valid(node, _NN_) macro
606 #define NG_NODE_NOT_VALID(node) _NG_NODE_NOT_VALID(node) macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c657 NG_NODE_NOT_VALID(NG_PEER_NODE(hook))) in ng_btsocket_hci_raw_output()