Searched refs:tipc_node_fsm_evt (Results 1 – 1 of 1) sorted by relevance
/net/tipc/ |
D | node.c | 157 static void tipc_node_fsm_evt(struct tipc_node *n, int evt); 571 tipc_node_fsm_evt(n, SELF_ESTABL_CONTACT_EVT); in __tipc_node_link_up() 662 tipc_node_fsm_evt(n, PEER_LOST_CONTACT_EVT); in __tipc_node_link_down() 663 tipc_node_fsm_evt(n, SELF_LOST_CONTACT_EVT); in __tipc_node_link_down() 678 tipc_node_fsm_evt(n, NODE_SYNCH_END_EVT); in __tipc_node_link_down() 684 tipc_node_fsm_evt(n, NODE_FAILOVER_BEGIN_EVT); in __tipc_node_link_down() 889 static void tipc_node_fsm_evt(struct tipc_node *n, int evt) in tipc_node_fsm_evt() function 1406 tipc_node_fsm_evt(n, PEER_ESTABL_CONTACT_EVT); in tipc_node_check_state() 1412 tipc_node_fsm_evt(n, PEER_LOST_CONTACT_EVT); in tipc_node_check_state() 1440 tipc_node_fsm_evt(n, NODE_FAILOVER_END_EVT); in tipc_node_check_state() [all …]
|