Lines Matching refs:CONN_STATE_IDLE
443 CONN_STATE_IDLE, enumerator
780 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
798 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
831 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept()
853 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack()
1007 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
1015 { CONN_STATE_IDLE, CONN_EVENT_CONN_REQ, conn_action_connreject },
1022 { CONN_STATE_IDLE, CONN_EVENT_CONN_REJ, conn_action_connsever },
1025 { CONN_STATE_IDLE, CONN_EVENT_RX, conn_action_rx },
1029 { CONN_STATE_IDLE, CONN_EVENT_TXDONE, conn_action_txdone },
1172 if (fsm_getstate(conn->fsm) != CONN_STATE_IDLE) { in netiucv_transmit_skb()
1233 fsm_newstate(conn->fsm, CONN_STATE_IDLE); in netiucv_transmit_skb()