Searched refs:sctp_state (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/net/sctp/ |
| D | sm_sideeffect.c | 42 enum sctp_state state, 51 enum sctp_state state, 854 enum sctp_state state) in sctp_cmd_new_state() 866 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state() 870 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state() 877 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state() 887 if (sctp_state(asoc, ESTABLISHED)) { in sctp_cmd_new_state() 892 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state() 893 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state() 894 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state() [all …]
|
| D | primitive.c | 42 enum sctp_state state; \
|
| D | sm_statetable.c | 43 enum sctp_state state); 68 enum sctp_state state, in sctp_sm_lookup_event() 968 enum sctp_state state) in sctp_chunk_event_lookup()
|
| D | output.c | 605 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit() 712 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
|
| D | endpointola.c | 325 enum sctp_state state; in sctp_endpoint_bh_rcv()
|
| D | socket.c | 572 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip() 776 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip() 1496 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1742 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags() 1746 !sctp_state(asoc, ESTABLISHED)) in sctp_sendmsg_check_sflags() 1822 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc() 3314 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr() 9055 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect() 9362 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
|
| D | sm_statefuns.c | 1561 if (!sctp_state(asoc, COOKIE_WAIT)) { in sctp_sf_do_unexpected_init() 1812 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { in sctp_sf_do_dupcook_a() 1859 if ((sctp_state(asoc, SHUTDOWN_PENDING) || in sctp_sf_do_dupcook_a() 1860 sctp_state(asoc, SHUTDOWN_SENT)) && in sctp_sf_do_dupcook_a()
|
| D | associola.c | 1163 if (sctp_state(asoc, COOKIE_WAIT)) in sctp_assoc_update()
|
| /Linux-v5.10/include/net/sctp/ |
| D | command.h | 114 enum sctp_state state; 155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
|
| D | sm.h | 162 enum sctp_state state, 302 union sctp_subtype subtype, enum sctp_state state,
|
| D | constants.h | 163 enum sctp_state { enum
|
| D | sctp.h | 521 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro 523 enum sctp_state state) in __sctp_state()
|
| D | structs.h | 1743 enum sctp_state state;
|