Lines Matching refs:sctp_state
42 enum sctp_state state,
51 enum sctp_state state,
858 enum sctp_state state) in sctp_cmd_new_state()
870 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
874 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state()
881 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state()
891 if (sctp_state(asoc, ESTABLISHED)) { in sctp_cmd_new_state()
896 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
897 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
898 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
915 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_cmd_new_state()
1135 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1173 enum sctp_state state, in sctp_side_effects()
1259 enum sctp_state state, in sctp_cmd_interpreter()