Lines Matching refs:sctp_state
42 enum sctp_state state,
51 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()
906 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
907 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
908 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
925 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_cmd_new_state()
1145 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1183 enum sctp_state state, in sctp_side_effects()
1269 enum sctp_state state, in sctp_cmd_interpreter()