Searched refs:tipc_link_fsm_evt (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/net/tipc/ |
D | node.c | 849 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); in __tipc_node_link_up() 952 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in tipc_node_link_failover() 959 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in tipc_node_link_failover() 1019 tipc_link_fsm_evt(l, LINK_RESET_EVT); in __tipc_node_link_down() 1032 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in __tipc_node_link_down() 1038 tipc_link_fsm_evt(l, LINK_RESET_EVT); in __tipc_node_link_down() 1039 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in __tipc_node_link_down() 1063 tipc_link_fsm_evt(l, LINK_RESET_EVT); in tipc_node_link_down() 1287 tipc_link_fsm_evt(l, LINK_RESET_EVT); in tipc_node_check_dest() 1289 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in tipc_node_check_dest() [all …]
|
D | link.h | 96 int tipc_link_fsm_evt(struct tipc_link *l, int evt);
|
D | link.c | 626 int tipc_link_fsm_evt(struct tipc_link *l, int evt) in tipc_link_fsm_evt() function 861 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_timeout() 1257 *rc |= tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in link_retransmit_failure() 1340 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_input() 1399 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_tnl_rcv() 2251 rc = tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_proto_rcv() 2267 rc = tipc_link_fsm_evt(l, LINK_PEER_RESET_EVT); in tipc_link_proto_rcv() 2292 rc = tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_proto_rcv()
|