Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dnode.h59 TIPC_WAIT_PEER_LINKS_DOWN = (1 << 1), enumerator
166 return (node->action_flags & (TIPC_WAIT_PEER_LINKS_DOWN | in tipc_node_blocked()
Dnode.c141 n_ptr->action_flags = TIPC_WAIT_PEER_LINKS_DOWN; in tipc_node_create()
412 n_ptr->action_flags |= TIPC_WAIT_PEER_LINKS_DOWN; in node_lost_contact()
Dlink.c1084 if ((n_ptr->action_flags & TIPC_WAIT_PEER_LINKS_DOWN) && in tipc_rcv()
1089 n_ptr->action_flags &= ~TIPC_WAIT_PEER_LINKS_DOWN; in tipc_rcv()