Searched refs:tipc_link_fsm_evt (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/tipc/ |
D | node.c | 831 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); in __tipc_node_link_up() 930 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in tipc_node_link_failover() 937 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in tipc_node_link_failover() 993 tipc_link_fsm_evt(l, LINK_RESET_EVT); in __tipc_node_link_down() 1006 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in __tipc_node_link_down() 1012 tipc_link_fsm_evt(l, LINK_RESET_EVT); in __tipc_node_link_down() 1013 tipc_link_fsm_evt(l, LINK_FAILOVER_BEGIN_EVT); in __tipc_node_link_down() 1037 tipc_link_fsm_evt(l, LINK_RESET_EVT); in tipc_node_link_down() 1261 tipc_link_fsm_evt(l, LINK_RESET_EVT); in tipc_node_check_dest() 1263 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 | 587 int tipc_link_fsm_evt(struct tipc_link *l, int evt) in tipc_link_fsm_evt() function 821 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_timeout() 1212 *rc |= tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in link_retransmit_failure() 1295 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_input() 1354 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_tnl_rcv() 2206 rc = tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_proto_rcv() 2222 rc = tipc_link_fsm_evt(l, LINK_PEER_RESET_EVT); in tipc_link_proto_rcv() 2247 rc = tipc_link_fsm_evt(l, LINK_FAILURE_EVT); in tipc_link_proto_rcv()
|