Searched refs:tipc_node_fsm_evt (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | node.c | 162 static void tipc_node_fsm_evt(struct tipc_node *n, int evt); 683 tipc_node_fsm_evt(n, SELF_ESTABL_CONTACT_EVT); in __tipc_node_link_up() 775 tipc_node_fsm_evt(n, PEER_LOST_CONTACT_EVT); in __tipc_node_link_down() 776 tipc_node_fsm_evt(n, SELF_LOST_CONTACT_EVT); in __tipc_node_link_down() 791 tipc_node_fsm_evt(n, NODE_SYNCH_END_EVT); in __tipc_node_link_down() 797 tipc_node_fsm_evt(n, NODE_FAILOVER_BEGIN_EVT); in __tipc_node_link_down() 1062 static void tipc_node_fsm_evt(struct tipc_node *n, int evt) in tipc_node_fsm_evt() function 1597 tipc_node_fsm_evt(n, PEER_ESTABL_CONTACT_EVT); in tipc_node_check_state() 1603 tipc_node_fsm_evt(n, PEER_LOST_CONTACT_EVT); in tipc_node_check_state() 1639 tipc_node_fsm_evt(n, NODE_FAILOVER_END_EVT); in tipc_node_check_state() [all …]
|