Lines Matching refs:sctp_state
57 enum sctp_state state,
66 enum sctp_state state,
868 enum sctp_state state) in sctp_cmd_new_state()
880 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
884 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state()
891 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state()
901 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
902 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
903 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
920 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_cmd_new_state()
1166 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1204 enum sctp_state state, in sctp_side_effects()
1290 enum sctp_state state, in sctp_cmd_interpreter()