Lines Matching refs:sctp_state
42 enum sctp_state state,
51 enum sctp_state state,
853 enum sctp_state state) in sctp_cmd_new_state()
865 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
869 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state()
876 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state()
886 if (sctp_state(asoc, ESTABLISHED)) { in sctp_cmd_new_state()
891 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
892 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
893 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
910 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_cmd_new_state()
1130 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1168 enum sctp_state state, in sctp_side_effects()
1254 enum sctp_state state, in sctp_cmd_interpreter()