Lines Matching refs:CONN_STATE_IDLE
427 CONN_STATE_IDLE, enumerator
763 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
781 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
814 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept()
836 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack()
990 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
998 { CONN_STATE_IDLE, CONN_EVENT_CONN_REQ, conn_action_connreject },
1005 { CONN_STATE_IDLE, CONN_EVENT_CONN_REJ, conn_action_connsever },
1008 { CONN_STATE_IDLE, CONN_EVENT_RX, conn_action_rx },
1012 { CONN_STATE_IDLE, CONN_EVENT_TXDONE, conn_action_txdone },
1155 if (fsm_getstate(conn->fsm) != CONN_STATE_IDLE) { in netiucv_transmit_skb()
1215 fsm_newstate(conn->fsm, CONN_STATE_IDLE); in netiucv_transmit_skb()