Symbol: sctp_stream
include/net/sctp/stream_interleave.h
44
void sctp_stream_interleave_init(struct sctp_stream *stream);
include/net/sctp/stream_sched.h
21
int (*set)(struct sctp_stream *stream, __u16 sid, __u16 value,
include/net/sctp/stream_sched.h
23
int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value);
include/net/sctp/stream_sched.h
26
int (*init)(struct sctp_stream *stream);
include/net/sctp/stream_sched.h
28
int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
include/net/sctp/stream_sched.h
30
void (*free_sid)(struct sctp_stream *stream, __u16 sid);
include/net/sctp/stream_sched.h
39
void (*sched_all)(struct sctp_stream *stream);
include/net/sctp/stream_sched.h
41
void (*unsched_all)(struct sctp_stream *stream);
include/net/sctp/stream_sched.h
54
int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
include/net/sctp/stream_sched.h
55
const struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
include/net/sctp/structs.h
1459
struct sctp_stream *stream,
include/net/sctp/structs.h
1466
struct sctp_stream *stream,
include/net/sctp/structs.h
1478
static inline __u16 sctp_datachk_len(const struct sctp_stream *stream)
include/net/sctp/structs.h
1483
static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream)
include/net/sctp/structs.h
1488
static inline __u16 sctp_ftsnchk_len(const struct sctp_stream *stream)
include/net/sctp/structs.h
1493
static inline __u16 sctp_ftsnhdr_len(const struct sctp_stream *stream)
include/net/sctp/structs.h
1924
struct sctp_stream stream;
include/net/sctp/structs.h
382
int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
include/net/sctp/structs.h
384
int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid);
include/net/sctp/structs.h
385
void sctp_stream_free(struct sctp_stream *stream);
include/net/sctp/structs.h
386
void sctp_stream_clear(struct sctp_stream *stream);
include/net/sctp/structs.h
387
void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new);
include/net/sctp/structs.h
72
struct sctp_stream;
net/sctp/sm_make_chunk.c
1573
struct sctp_stream *stream;
net/sctp/stream.c
113
static int sctp_stream_alloc_in(struct sctp_stream *stream, __u16 incnt,
net/sctp/stream.c
130
int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
net/sctp/stream.c
164
int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid)
net/sctp/stream.c
183
void sctp_stream_free(struct sctp_stream *stream)
net/sctp/stream.c
195
void sctp_stream_clear(struct sctp_stream *stream)
net/sctp/stream.c
208
void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new)
net/sctp/stream.c
241
static bool sctp_stream_outq_is_empty(struct sctp_stream *stream,
net/sctp/stream.c
25
static void sctp_stream_shrink_out(struct sctp_stream *stream, __u16 outcnt)
net/sctp/stream.c
268
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
382
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
427
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
522
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
55
static void sctp_stream_free_ext(struct sctp_stream *stream, __u16 sid)
net/sctp/stream.c
611
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
689
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
72
static void sctp_stream_outq_migrate(struct sctp_stream *stream,
net/sctp/stream.c
73
struct sctp_stream *new, __u16 outcnt)
net/sctp/stream.c
785
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
855
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
919
struct sctp_stream *stream = &asoc->stream;
net/sctp/stream.c
96
static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt,
net/sctp/stream_interleave.c
1004
struct sctp_stream *stream = &ulpq->asoc->stream;
net/sctp/stream_interleave.c
1055
struct sctp_stream *stream = &ulpq->asoc->stream;
net/sctp/stream_interleave.c
107
struct sctp_stream *stream;
net/sctp/stream_interleave.c
1255
struct sctp_stream *stream = &ulpq->asoc->stream;
net/sctp/stream_interleave.c
1346
void sctp_stream_interleave_init(struct sctp_stream *stream)
net/sctp/stream_interleave.c
421
struct sctp_stream *stream;
net/sctp/stream_interleave.c
451
struct sctp_stream *stream;
net/sctp/stream_interleave.c
50
struct sctp_stream *stream;
net/sctp/stream_interleave.c
89
struct sctp_stream *stream;
net/sctp/stream_sched.c
131
static void sctp_sched_free_sched(struct sctp_stream *stream)
net/sctp/stream_sched.c
25
static int sctp_sched_fcfs_set(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched.c
264
int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp)
net/sctp/stream_sched.c
273
const struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream)
net/sctp/stream_sched.c
31
static int sctp_sched_fcfs_get(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched.c
38
static int sctp_sched_fcfs_init(struct sctp_stream *stream)
net/sctp/stream_sched.c
43
static int sctp_sched_fcfs_init_sid(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched.c
49
static void sctp_sched_fcfs_free_sid(struct sctp_stream *stream, __u16 sid)
net/sctp/stream_sched.c
60
struct sctp_stream *stream = &q->asoc->stream;
net/sctp/stream_sched.c
86
static void sctp_sched_fcfs_sched_all(struct sctp_stream *stream)
net/sctp/stream_sched.c
90
static void sctp_sched_fcfs_unsched_all(struct sctp_stream *stream)
net/sctp/stream_sched_fc.c
101
struct sctp_stream *stream;
net/sctp/stream_sched_fc.c
113
struct sctp_stream *stream = &q->asoc->stream;
net/sctp/stream_sched_fc.c
135
struct sctp_stream *stream = &q->asoc->stream;
net/sctp/stream_sched_fc.c
169
static void sctp_sched_fc_sched_all(struct sctp_stream *stream)
net/sctp/stream_sched_fc.c
183
static void sctp_sched_fc_unsched_all(struct sctp_stream *stream)
net/sctp/stream_sched_fc.c
25
static void sctp_sched_fc_unsched_all(struct sctp_stream *stream);
net/sctp/stream_sched_fc.c
27
static int sctp_sched_wfq_set(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_fc.c
39
static int sctp_sched_wfq_get(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_fc.c
48
static int sctp_sched_fc_set(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_fc.c
54
static int sctp_sched_fc_get(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_fc.c
60
static int sctp_sched_fc_init(struct sctp_stream *stream)
net/sctp/stream_sched_fc.c
67
static int sctp_sched_fc_init_sid(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_fc.c
79
static void sctp_sched_fc_free_sid(struct sctp_stream *stream, __u16 sid)
net/sctp/stream_sched_fc.c
83
static void sctp_sched_fc_sched(struct sctp_stream *stream,
net/sctp/stream_sched_prio.c
130
static void sctp_sched_prio_sched(struct sctp_stream *stream,
net/sctp/stream_sched_prio.c
163
static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_prio.c
188
static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_prio.c
195
static int sctp_sched_prio_init(struct sctp_stream *stream)
net/sctp/stream_sched_prio.c
202
static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_prio.c
209
static void sctp_sched_prio_free_sid(struct sctp_stream *stream, __u16 sid)
net/sctp/stream_sched_prio.c
218
struct sctp_stream *stream;
net/sctp/stream_sched_prio.c
230
struct sctp_stream *stream = &q->asoc->stream;
net/sctp/stream_sched_prio.c
26
static void sctp_sched_prio_unsched_all(struct sctp_stream *stream);
net/sctp/stream_sched_prio.c
276
static void sctp_sched_prio_sched_all(struct sctp_stream *stream)
net/sctp/stream_sched_prio.c
293
static void sctp_sched_prio_unsched_all(struct sctp_stream *stream)
net/sctp/stream_sched_prio.c
41
struct sctp_stream *stream, int prio, gfp_t gfp)
net/sctp/stream_sched_prio.c
59
struct sctp_stream *stream, int prio, gfp_t gfp)
net/sctp/stream_sched_rr.c
100
struct sctp_stream *stream;
net/sctp/stream_sched_rr.c
112
struct sctp_stream *stream = &q->asoc->stream;
net/sctp/stream_sched_rr.c
149
static void sctp_sched_rr_sched_all(struct sctp_stream *stream)
net/sctp/stream_sched_rr.c
166
static void sctp_sched_rr_unsched_all(struct sctp_stream *stream)
net/sctp/stream_sched_rr.c
25
static void sctp_sched_rr_unsched_all(struct sctp_stream *stream);
net/sctp/stream_sched_rr.c
27
static void sctp_sched_rr_next_stream(struct sctp_stream *stream)
net/sctp/stream_sched_rr.c
37
static void sctp_sched_rr_unsched(struct sctp_stream *stream,
net/sctp/stream_sched_rr.c
51
static void sctp_sched_rr_sched(struct sctp_stream *stream,
net/sctp/stream_sched_rr.c
65
static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_rr.c
71
static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_rr.c
77
static int sctp_sched_rr_init(struct sctp_stream *stream)
net/sctp/stream_sched_rr.c
85
static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid,
net/sctp/stream_sched_rr.c
93
static void sctp_sched_rr_free_sid(struct sctp_stream *stream, __u16 sid)
net/sctp/ulpqueue.c
745
struct sctp_stream *stream;
net/sctp/ulpqueue.c
834
struct sctp_stream *stream;
net/sctp/ulpqueue.c
873
struct sctp_stream *stream;
net/sctp/ulpqueue.c
940
struct sctp_stream *stream;