Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_base.c1828 if (NG_NODE_NOT_VALID(node)) { in ng_path2noderef()
2391 NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2422 if (NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2458 if (NG_NODE_NOT_VALID(node) && in ng_apply_item()
2686 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
2725 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
3611 NG_NODE_NOT_VALID(peernode = NG_PEER_NODE(hook))) { in ng_address_hook()
H A Dnetgraph.h593 #define NG_NODE_NOT_VALID(node) _ng_node_not_valid(node, _NN_) macro
612 #define NG_NODE_NOT_VALID(node) _NG_NODE_NOT_VALID(node) macro
H A Dng_ppp.c1970 if (NG_NODE_NOT_VALID(node)) in ng_ppp_frag_timeout()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c92 if (node == NULL || NG_NODE_NOT_VALID(node) || in ng_hci_node_is_up()
H A Dng_hci_cmds.c398 if (NG_NODE_NOT_VALID(node)) { in ng_hci_process_command_timeout()
H A Dng_hci_ulpi.c1373 if (NG_NODE_NOT_VALID(node)) { in ng_hci_process_con_timeout()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c348 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_command_timeout()
H A Dng_l2cap_llpi.c878 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_lp_timeout()
924 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_discon_timeout()
H A Dng_l2cap_misc.c73 if (node == NULL || NG_NODE_NOT_VALID(node) || in ng_l2cap_send_hook_info()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c657 NG_NODE_NOT_VALID(NG_PEER_NODE(hook))) in ng_btsocket_hci_raw_output()