Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 7 of 7) sorted by relevance

/net/llc/
Dllc_c_st.c47 .next_state = LLC_CONN_STATE_D_CONN,
64 .next_state = LLC_CONN_STATE_RESET,
84 .next_state = LLC_CONN_STATE_NORMAL,
100 .next_state = LLC_CONN_STATE_ADM,
119 .next_state = LLC_CONN_STATE_RESET,
134 .next_state = LLC_CONN_STATE_ADM,
150 .next_state = LLC_CONN_STATE_ERROR,
166 .next_state = LLC_CONN_STATE_ERROR,
182 .next_state = LLC_CONN_STATE_ERROR,
198 .next_state = LLC_CONN_STATE_ERROR,
[all …]
Dllc_s_st.c39 .next_state = LLC_SAP_STATE_ACTIVE,
57 .next_state = LLC_SAP_STATE_ACTIVE,
69 .next_state = LLC_SAP_STATE_ACTIVE,
81 .next_state = LLC_SAP_STATE_ACTIVE,
93 .next_state = LLC_SAP_STATE_ACTIVE,
105 .next_state = LLC_SAP_STATE_ACTIVE,
117 .next_state = LLC_SAP_STATE_ACTIVE,
129 .next_state = LLC_SAP_STATE_ACTIVE,
141 .next_state = LLC_SAP_STATE_ACTIVE,
155 .next_state = LLC_SAP_STATE_INACTIVE,
Dllc_conn.c387 if (!rc && trans->next_state != NO_STATE_CHANGE) { in llc_conn_service()
388 llc->state = trans->next_state; in llc_conn_service()
Dllc_sap.c187 sap->state = trans->next_state; in llc_sap_next_state()
/net/netfilter/ipvs/
Dip_vs_proto_sctp.c374 int event, next_state; in set_sctp_state() local
425 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state()
427 if (next_state != cp->state) { in set_sctp_state()
440 sctp_state_name(next_state), in set_sctp_state()
444 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state()
449 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state()
457 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state()
459 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
Dip_vs_proto_tcp.c391 int next_state[IP_VS_TCP_S_LAST]; member
498 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
/net/dccp/
Dproto.c965 u8 next_state = DCCP_CLOSED; in dccp_terminate_connection() local
981 next_state = DCCP_ACTIVE_CLOSEREQ; in dccp_terminate_connection()
983 next_state = DCCP_CLOSING; in dccp_terminate_connection()
986 dccp_set_state(sk, next_state); in dccp_terminate_connection()