Symbol: sctp_state
include/net/sctp/command.h
114
enum sctp_state state;
include/net/sctp/command.h
155
SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state)
include/net/sctp/sctp.h
518
enum sctp_state state)
include/net/sctp/sm.h
162
enum sctp_state state,
include/net/sctp/sm.h
304
union sctp_subtype subtype, enum sctp_state state,
include/net/sctp/structs.h
1738
enum sctp_state state;
net/sctp/associola.c
1152
if (sctp_state(asoc, COOKIE_WAIT))
net/sctp/endpointola.c
338
enum sctp_state state;
net/sctp/output.c
629
if (packet->has_data && sctp_state(asoc, ESTABLISHED) &&
net/sctp/output.c
736
if (!sctp_state(asoc, ESTABLISHED))
net/sctp/primitive.c
42
enum sctp_state state; \
net/sctp/sm_sideeffect.c
1150
union sctp_subtype subtype, enum sctp_state state,
net/sctp/sm_sideeffect.c
1188
enum sctp_state state,
net/sctp/sm_sideeffect.c
1277
enum sctp_state state,
net/sctp/sm_sideeffect.c
42
enum sctp_state state,
net/sctp/sm_sideeffect.c
51
enum sctp_state state,
net/sctp/sm_sideeffect.c
874
enum sctp_state state)
net/sctp/sm_sideeffect.c
886
if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED))
net/sctp/sm_sideeffect.c
890
if (sctp_state(asoc, SHUTDOWN_RECEIVED) &&
net/sctp/sm_sideeffect.c
897
if (sctp_state(asoc, COOKIE_WAIT)) {
net/sctp/sm_sideeffect.c
907
if (sctp_state(asoc, ESTABLISHED)) {
net/sctp/sm_sideeffect.c
912
if (sctp_state(asoc, ESTABLISHED) ||
net/sctp/sm_sideeffect.c
913
sctp_state(asoc, CLOSED) ||
net/sctp/sm_sideeffect.c
914
sctp_state(asoc, SHUTDOWN_RECEIVED)) {
net/sctp/sm_sideeffect.c
931
if (sctp_state(asoc, SHUTDOWN_PENDING) &&
net/sctp/sm_statefuns.c
1624
if (!sctp_state(asoc, COOKIE_WAIT)) {
net/sctp/sm_statefuns.c
1898
if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) {
net/sctp/sm_statefuns.c
1947
if ((sctp_state(asoc, SHUTDOWN_PENDING) ||
net/sctp/sm_statefuns.c
1948
sctp_state(asoc, SHUTDOWN_SENT)) &&
net/sctp/sm_statetable.c
1008
enum sctp_state state)
net/sctp/sm_statetable.c
43
enum sctp_state state);
net/sctp/sm_statetable.c
68
enum sctp_state state,
net/sctp/socket.c
1514
if (sctp_state(asoc, CLOSED)) {
net/sctp/socket.c
1758
if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP))
net/sctp/socket.c
1762
!sctp_state(asoc, ESTABLISHED))
net/sctp/socket.c
1839
if (sctp_state(asoc, CLOSED)) {
net/sctp/socket.c
3339
if (!sctp_state(asoc, ESTABLISHED))
net/sctp/socket.c
590
if (!sctp_state(asoc, ESTABLISHED))
net/sctp/socket.c
794
if (!sctp_state(asoc, ESTABLISHED))
net/sctp/socket.c
9387
if (sctp_state(asoc, ESTABLISHED))
net/sctp/socket.c
9612
if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) {