Lines Matching refs:sctp_state
42 enum sctp_state state,
51 enum sctp_state state,
864 enum sctp_state state) in sctp_cmd_new_state()
876 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
880 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state()
887 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state()
897 if (sctp_state(asoc, ESTABLISHED)) { in sctp_cmd_new_state()
902 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
903 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
904 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
921 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_cmd_new_state()
1141 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1179 enum sctp_state state, in sctp_side_effects()
1265 enum sctp_state state, in sctp_cmd_interpreter()