Searched refs:conn_action_stop (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/s390/net/ |
D | netiucv.c | 922 static void conn_action_stop(fsm_instance *fi, int event, void *arg) in conn_action_stop() function 957 { CONN_STATE_STOPPED, CONN_EVENT_STOP, conn_action_stop }, 958 { CONN_STATE_STARTWAIT, CONN_EVENT_STOP, conn_action_stop }, 959 { CONN_STATE_SETUPWAIT, CONN_EVENT_STOP, conn_action_stop }, 960 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop }, 961 { CONN_STATE_TX, CONN_EVENT_STOP, conn_action_stop }, 962 { CONN_STATE_REGERR, CONN_EVENT_STOP, conn_action_stop }, 963 { CONN_STATE_CONNERR, CONN_EVENT_STOP, conn_action_stop },
|