Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dsm_sideeffect.c57 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()
[all …]
Dprimitive.c57 enum sctp_state state; \
Dsm_statetable.c58 enum sctp_state state);
83 enum sctp_state state, in sctp_sm_lookup_event()
983 enum sctp_state state) in sctp_chunk_event_lookup()
Doutput.c632 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit()
739 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
Dendpointola.c386 enum sctp_state state; in sctp_endpoint_bh_rcv()
Dsocket.c591 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip()
796 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip()
1545 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1864 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1868 !sctp_state(asoc, ESTABLISHED)) in sctp_sendmsg_check_sflags()
1940 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
3406 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr()
8661 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect()
8959 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
Dsm_statefuns.c1566 if (!sctp_state(asoc, COOKIE_WAIT)) { in sctp_sf_do_unexpected_init()
1817 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { in sctp_sf_do_dupcook_a()
1864 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_sf_do_dupcook_a()
Dassociola.c1186 if (sctp_state(asoc, COOKIE_WAIT)) in sctp_assoc_update()
/Linux-v4.19/include/net/sctp/
Dcommand.h130 enum sctp_state state;
171 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
Dsm.h177 enum sctp_state state,
317 union sctp_subtype subtype, enum sctp_state state,
Dconstants.h183 enum sctp_state { enum
Dsctp.h536 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro
538 enum sctp_state state) in __sctp_state()
Dstructs.h1746 enum sctp_state state;