Home
last modified time | relevance | path

Searched refs:TIPC_MSG_EVT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/tipc/
Dnode.c425 n_ptr->action_flags |= TIPC_MSG_EVT; in node_lost_contact()
476 if (likely(!flags || (flags == TIPC_MSG_EVT))) { in tipc_node_unlock()
479 if (flags == TIPC_MSG_EVT) in tipc_node_unlock()
489 node->action_flags &= ~(TIPC_MSG_EVT | in tipc_node_unlock()
514 if (flags & TIPC_MSG_EVT) in tipc_node_unlock()
Dnode.h58 TIPC_MSG_EVT = 1, enumerator
Dlink.c393 l->owner->action_flags |= TIPC_MSG_EVT; in link_prepare_wakeup()
468 owner->action_flags |= TIPC_MSG_EVT; in tipc_link_reset()
1188 node->action_flags |= TIPC_MSG_EVT; in tipc_data_input()