Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c1805 if (NG_NODE_NOT_VALID(node)) { in ng_path2noderef()
2012 NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2043 if (NG_NODE_NOT_VALID(node)) { in ng_apply_item()
2082 if ((NG_NODE_NOT_VALID(node)) in ng_apply_item()
2294 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
2333 if (NG_NODE_NOT_VALID(node)) in ng_generic_msg()
3065 NG_NODE_NOT_VALID(peernode = NG_PEER_NODE(hook))) { in ng_address_hook()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_llpi.c815 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_lp_timeout()
861 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_discon_timeout()
H A Dng_l2cap_cmds.c334 if (NG_NODE_NOT_VALID(node)) { in ng_l2cap_process_command_timeout()
H A Dng_l2cap_misc.c71 if (node == NULL || NG_NODE_NOT_VALID(node) || in ng_l2cap_send_hook_info()
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4.c343 sc->node == NULL || NG_NODE_NOT_VALID(sc->node)) { in ng_h4_input()
581 sc->node == NULL || NG_NODE_NOT_VALID(sc->node)) {
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c91 if (node == NULL || NG_NODE_NOT_VALID(node) || in ng_hci_node_is_up()
H A Dng_hci_cmds.c388 if (NG_NODE_NOT_VALID(node)) { in ng_hci_process_command_timeout()
H A Dng_hci_ulpi.c1157 if (NG_NODE_NOT_VALID(node)) { in ng_hci_process_con_timeout()
/dragonfly/sys/netgraph/
H A Dnetgraph.h137 #define NG_NODE_NOT_VALID(node) ((node)->flags & NG_INVALID) macro
/dragonfly/sys/netgraph7/
H A Dnetgraph.h557 #define NG_NODE_NOT_VALID(node) _ng_node_not_valid(node, _NN_) macro
578 #define NG_NODE_NOT_VALID(node) _NG_NODE_NOT_VALID(node) macro
/dragonfly/sys/netgraph/l2tp/
H A Dng_l2tp.c1268 if (NG_NODE_NOT_VALID(node)) { in ng_l2tp_seq_xack_timeout()
1310 if (NG_NODE_NOT_VALID(node)) { in ng_l2tp_seq_rack_timeout()
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_hci_raw.c651 NG_NODE_NOT_VALID(NG_PEER_NODE(hook))) in ng_btsocket_hci_raw_output()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c1950 if (NG_NODE_NOT_VALID(node)) in ng_ppp_frag_timeout()