Lines Matching refs:LINK_RESET
101 LINK_RESET = 0x1 << 8, enumerator
143 return l->state & (LINK_RESET | LINK_FAILINGOVER | LINK_ESTABLISHING); in tipc_link_is_reset()
207 rcv_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
210 snd_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
340 l->state = LINK_RESET; in tipc_link_bc_create()
367 l->state = LINK_RESET; in tipc_link_fsm_evt()
379 case LINK_RESET: in tipc_link_fsm_evt()
417 l->state = LINK_RESET; in tipc_link_fsm_evt()
440 l->state = LINK_RESET; in tipc_link_fsm_evt()
463 l->state = LINK_RESET; in tipc_link_fsm_evt()
488 l->state = LINK_RESET; in tipc_link_fsm_evt()
583 case LINK_RESET: in tipc_link_timeout()