Lines Matching refs:CONN_STATE_IDLE
409 CONN_STATE_IDLE, enumerator
745 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
763 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
796 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept()
818 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack()
972 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
980 { CONN_STATE_IDLE, CONN_EVENT_CONN_REQ, conn_action_connreject },
987 { CONN_STATE_IDLE, CONN_EVENT_CONN_REJ, conn_action_connsever },
990 { CONN_STATE_IDLE, CONN_EVENT_RX, conn_action_rx },
994 { CONN_STATE_IDLE, CONN_EVENT_TXDONE, conn_action_txdone },
1137 if (fsm_getstate(conn->fsm) != CONN_STATE_IDLE) { in netiucv_transmit_skb()
1197 fsm_newstate(conn->fsm, CONN_STATE_IDLE); in netiucv_transmit_skb()