Searched refs:CONN_STATE_IDLE (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/s390/net/ |
| H A D | netiucv.c | 391 CONN_STATE_IDLE, enumerator 723 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone() 741 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone() 784 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept() 806 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack() 960 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop }, 968 { CONN_STATE_IDLE, CONN_EVENT_CONN_REQ, conn_action_connreject }, 975 { CONN_STATE_IDLE, CONN_EVENT_CONN_REJ, conn_action_connsever }, 978 { CONN_STATE_IDLE, CONN_EVENT_RX, conn_action_rx }, 1125 if (fsm_getstate(conn->fsm) != CONN_STATE_IDLE) { in netiucv_transmit_skb() [all …]
|