Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dsm_sideeffect.c42 enum sctp_state state,
51 enum sctp_state state,
868 enum sctp_state state) 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()
1183 enum sctp_state state, in sctp_side_effects()
[all …]
A Dprimitive.c42 enum sctp_state state; \
A Dsm_statetable.c43 enum sctp_state state);
68 enum sctp_state state, in sctp_sm_lookup_event()
1008 enum sctp_state state) in sctp_chunk_event_lookup()
A Doutput.c629 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit()
736 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
A Dendpointola.c337 enum sctp_state state; in sctp_endpoint_bh_rcv()
A Dsocket.c588 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip()
792 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip()
1512 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1758 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1762 !sctp_state(asoc, ESTABLISHED)) in sctp_sendmsg_check_sflags()
1835 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
3327 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr()
9314 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect()
9622 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
A Dsm_statefuns.c1622 if (!sctp_state(asoc, COOKIE_WAIT)) { in sctp_sf_do_unexpected_init()
1897 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { in sctp_sf_do_dupcook_a()
1946 if ((sctp_state(asoc, SHUTDOWN_PENDING) || in sctp_sf_do_dupcook_a()
1947 sctp_state(asoc, SHUTDOWN_SENT)) && in sctp_sf_do_dupcook_a()
A Dassociola.c1170 if (sctp_state(asoc, COOKIE_WAIT)) in sctp_assoc_update()
/linux-6.3-rc2/include/net/sctp/
A Dcommand.h114 enum sctp_state state;
155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
A Dsm.h163 enum sctp_state state,
308 union sctp_subtype subtype, enum sctp_state state,
A Dconstants.h164 enum sctp_state { enum
A Dsctp.h521 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro
523 enum sctp_state state) in __sctp_state()
A Dstructs.h1763 enum sctp_state state;

Completed in 51 milliseconds