Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnode.c77 static void tipc_node_fsm_evt(struct tipc_node *n, int evt);
358 tipc_node_fsm_evt(n, SELF_ESTABL_CONTACT_EVT); in __tipc_node_link_up()
443 tipc_node_fsm_evt(n, PEER_LOST_CONTACT_EVT); in __tipc_node_link_down()
444 tipc_node_fsm_evt(n, SELF_LOST_CONTACT_EVT); in __tipc_node_link_down()
458 tipc_node_fsm_evt(n, NODE_SYNCH_END_EVT); in __tipc_node_link_down()
464 tipc_node_fsm_evt(n, NODE_FAILOVER_BEGIN_EVT); in __tipc_node_link_down()
663 static void tipc_node_fsm_evt(struct tipc_node *n, int evt) in tipc_node_fsm_evt() function
1183 tipc_node_fsm_evt(n, PEER_ESTABL_CONTACT_EVT); in tipc_node_check_state()
1189 tipc_node_fsm_evt(n, PEER_LOST_CONTACT_EVT); in tipc_node_check_state()
1213 tipc_node_fsm_evt(n, NODE_FAILOVER_END_EVT); in tipc_node_check_state()
[all …]