Lines Matching refs:CONN_STATE_IDLE
442 CONN_STATE_IDLE, enumerator
779 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
797 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
830 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept()
852 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack()
1006 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
1014 { CONN_STATE_IDLE, CONN_EVENT_CONN_REQ, conn_action_connreject },
1021 { CONN_STATE_IDLE, CONN_EVENT_CONN_REJ, conn_action_connsever },
1024 { CONN_STATE_IDLE, CONN_EVENT_RX, conn_action_rx },
1028 { CONN_STATE_IDLE, CONN_EVENT_TXDONE, conn_action_txdone },
1171 if (fsm_getstate(conn->fsm) != CONN_STATE_IDLE) { in netiucv_transmit_skb()
1232 fsm_newstate(conn->fsm, CONN_STATE_IDLE); in netiucv_transmit_skb()