Searched refs:sctp_state (Results 1 – 13 of 13) sorted by relevance
/linux/net/sctp/ |
H A D | sm_sideeffect.c | 42 enum sctp_state state, 51 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() 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() [all …]
|
H A D | primitive.c | 42 enum sctp_state state; \
|
H 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()
|
H A D | output.c | 629 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit() 736 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
|
H A D | endpointola.c | 337 enum sctp_state state; in sctp_endpoint_bh_rcv()
|
H A D | socket.c | 589 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip() 793 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip() 1513 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1759 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags() 1763 !sctp_state(asoc, ESTABLISHED)) in sctp_sendmsg_check_sflags() 1840 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc() 3340 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr() 9354 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect() 9663 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
|
H A D | sm_statefuns.c | 1622 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()
|
H A D | associola.c | 1169 if (sctp_state(asoc, COOKIE_WAIT)) in sctp_assoc_update()
|
/linux/include/net/sctp/ |
H A D | command.h | 114 enum sctp_state state; 155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
|
H A D | sm.h | 162 enum sctp_state state, 305 union sctp_subtype subtype, enum sctp_state state,
|
H A D | constants.h | 164 enum sctp_state { enum
|
H A D | sctp.h | 519 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro 521 enum sctp_state state) in __sctp_state()
|
H A D | structs.h | 1765 enum sctp_state state;
|