Symbol: sctp_stream_in
include/net/sctp/structs.h
1432
GENRADIX(struct sctp_stream_in) in;
include/net/sctp/structs.h
1465
static inline struct sctp_stream_in *sctp_stream_in(
include/net/sctp/structs.h
1473
#define SCTP_SI(s, i) sctp_stream_in((s), (i))
net/sctp/stream_interleave.c
1059
struct sctp_stream_in *sin = SCTP_SI(stream, sid);
net/sctp/stream_interleave.c
1254
struct sctp_stream_in *sin = sctp_stream_in(&ulpq->asoc->stream, sid);
net/sctp/stream_interleave.c
187
struct sctp_stream_in *sin;
net/sctp/stream_interleave.c
192
sin = sctp_stream_in(&ulpq->asoc->stream, event->stream);
net/sctp/stream_interleave.c
266
struct sctp_stream_in *sin;
net/sctp/stream_interleave.c
272
sin = sctp_stream_in(&ulpq->asoc->stream, event->stream);
net/sctp/stream_interleave.c
352
struct sctp_stream_in *sin;
net/sctp/stream_interleave.c
361
sin = sctp_stream_in(&ulpq->asoc->stream, event->stream);
net/sctp/stream_interleave.c
565
struct sctp_stream_in *sin;
net/sctp/stream_interleave.c
570
sin = sctp_stream_in(&ulpq->asoc->stream, event->stream);
net/sctp/stream_interleave.c
648
struct sctp_stream_in *sin;
net/sctp/stream_interleave.c
654
sin = sctp_stream_in(&ulpq->asoc->stream, event->stream);
net/sctp/stream_interleave.c
735
struct sctp_stream_in *sin;
net/sctp/stream_interleave.c
744
sin = sctp_stream_in(&ulpq->asoc->stream, event->stream);
net/sctp/stream_interleave.c
757
struct sctp_stream_in *csin, *sin = NULL;
net/sctp/stream_interleave.c
768
csin = sctp_stream_in(&ulpq->asoc->stream, cevent->stream);
net/sctp/stream_interleave.c
863
struct sctp_stream_in *csin, *sin = NULL;
net/sctp/stream_interleave.c
874
csin = sctp_stream_in(&ulpq->asoc->stream, cevent->stream);