Searched refs:tipc_link_fsm_evt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | node.c | 659 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); in __tipc_node_link_up() 777 tipc_link_fsm_evt(l, LINK_RESET_EVT); in __tipc_node_link_down() 790 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in __tipc_node_link_down() 795 tipc_link_fsm_evt(l, LINK_RESET_EVT); in __tipc_node_link_down() 796 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in __tipc_node_link_down() 824 tipc_link_fsm_evt(l, LINK_RESET_EVT); in tipc_node_link_down() 1016 tipc_link_fsm_evt(l, LINK_RESET_EVT); in tipc_node_check_dest() 1018 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in tipc_node_check_dest() 1255 tipc_link_fsm_evt(l, LINK_FAILOVER_END_EVT); in node_lost_contact() 1641 tipc_link_fsm_evt(pl, LINK_FAILOVER_END_EVT); in tipc_node_check_state() [all …]
|
D | link.h | 94 int tipc_link_fsm_evt(struct tipc_link *l, int evt);
|
D | link.c | 549 int tipc_link_fsm_evt(struct tipc_link *l, int evt) in tipc_link_fsm_evt() function 766 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_timeout() 1049 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_retrans() 1163 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_input() 1599 rc = tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_proto_rcv() 1601 rc = tipc_link_fsm_evt(l, LINK_PEER_RESET_EVT); in tipc_link_proto_rcv() 1626 rc = tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_proto_rcv()
|