Home
last modified time | relevance | path

Searched refs:sctp_state (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/sctp/
Dsm_sideeffect.c813 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
817 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state()
822 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state()
832 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
833 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
834 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
Doutput.c582 if (sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit()
702 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
Dsocket.c533 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip()
738 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip()
1503 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1734 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg()
1936 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg()
3173 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr()
7066 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect()
7359 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) in sctp_sock_migrate()
Dsm_statefuns.c1493 if (!sctp_state(asoc, COOKIE_WAIT)) { in sctp_sf_do_unexpected_init()
1734 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { in sctp_sf_do_dupcook_a()
1781 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_sf_do_dupcook_a()
/linux-4.1.27/include/net/sctp/
Dsctp.h552 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro