Searched refs:sctp_state (Results 1 – 13 of 13) sorted by relevance
/linux/net/sctp/ |
A D | sm_sideeffect.c | 42 enum sctp_state state, 51 enum sctp_state state, 864 enum sctp_state state) in sctp_cmd_new_state() 887 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state() 897 if (sctp_state(asoc, ESTABLISHED)) { in sctp_cmd_new_state() 902 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state() 903 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state() 904 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state() 921 if (sctp_state(asoc, SHUTDOWN_PENDING) && in sctp_cmd_new_state() 1179 enum sctp_state state, in sctp_side_effects() [all …]
|
A D | primitive.c | 42 enum sctp_state state; \
|
A D | sm_statetable.c | 43 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 D | output.c | 628 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit() 735 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
|
A D | endpointola.c | 332 enum sctp_state state; in sctp_endpoint_bh_rcv()
|
A D | socket.c | 586 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip() 790 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip() 1510 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1756 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags() 1760 !sctp_state(asoc, ESTABLISHED)) in sctp_sendmsg_check_sflags() 1836 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc() 3329 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr() 9315 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect() 9623 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
|
A D | sm_statefuns.c | 1621 if (!sctp_state(asoc, COOKIE_WAIT)) { in sctp_sf_do_unexpected_init() 1896 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { in sctp_sf_do_dupcook_a() 1945 if ((sctp_state(asoc, SHUTDOWN_PENDING) || in sctp_sf_do_dupcook_a() 1946 sctp_state(asoc, SHUTDOWN_SENT)) && in sctp_sf_do_dupcook_a()
|
A D | associola.c | 1173 if (sctp_state(asoc, COOKIE_WAIT)) in sctp_assoc_update()
|
/linux/include/net/sctp/ |
A D | command.h | 114 enum sctp_state state; 155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
|
A D | sm.h | 163 enum sctp_state state, 308 union sctp_subtype subtype, enum sctp_state state,
|
A D | constants.h | 164 enum sctp_state { enum
|
A D | sctp.h | 524 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro 526 enum sctp_state state) in __sctp_state()
|
A D | structs.h | 1760 enum sctp_state state;
|
Completed in 50 milliseconds