Searched refs:sctp_stream (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/net/sctp/ |
D | stream_sched.h | 36 int (*set)(struct sctp_stream *stream, __u16 sid, __u16 value, 38 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value); 41 int (*init)(struct sctp_stream *stream); 43 int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp); 45 void (*free)(struct sctp_stream *stream); 54 void (*sched_all)(struct sctp_stream *steam); 56 void (*unsched_all)(struct sctp_stream *steam); 69 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp); 70 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
|
D | structs.h | 87 struct sctp_stream; 393 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, 395 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid); 396 void sctp_stream_free(struct sctp_stream *stream); 397 void sctp_stream_clear(struct sctp_stream *stream); 398 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new); 1443 struct sctp_stream { struct 1468 const struct sctp_stream *stream, in sctp_stream_out() argument 1475 const struct sctp_stream *stream, in sctp_stream_in() 1487 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len() [all …]
|
D | stream_interleave.h | 59 void sctp_stream_interleave_init(struct sctp_stream *stream);
|
/Linux-v4.19/net/sctp/ |
D | stream_sched_rr.c | 40 static void sctp_sched_rr_unsched_all(struct sctp_stream *stream); 42 static void sctp_sched_rr_next_stream(struct sctp_stream *stream) in sctp_sched_rr_next_stream() 52 static void sctp_sched_rr_unsched(struct sctp_stream *stream, in sctp_sched_rr_unsched() 66 static void sctp_sched_rr_sched(struct sctp_stream *stream, in sctp_sched_rr_sched() 80 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set() 86 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get() 92 static int sctp_sched_rr_init(struct sctp_stream *stream) in sctp_sched_rr_init() 100 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid() 108 static void sctp_sched_rr_free(struct sctp_stream *stream) in sctp_sched_rr_free() 116 struct sctp_stream *stream; in sctp_sched_rr_enqueue() [all …]
|
D | stream_sched_prio.c | 41 static void sctp_sched_prio_unsched_all(struct sctp_stream *stream); 44 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_new_head() 61 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head() 132 static void sctp_sched_prio_sched(struct sctp_stream *stream, in sctp_sched_prio_sched() 165 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_set() 201 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get() 208 static int sctp_sched_prio_init(struct sctp_stream *stream) in sctp_sched_prio_init() 215 static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_init_sid() 222 static void sctp_sched_prio_free(struct sctp_stream *stream) in sctp_sched_prio_free() 251 struct sctp_stream *stream; in sctp_sched_prio_enqueue() [all …]
|
D | stream_sched.c | 40 static int sctp_sched_fcfs_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_set() 46 static int sctp_sched_fcfs_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_get() 53 static int sctp_sched_fcfs_init(struct sctp_stream *stream) in sctp_sched_fcfs_init() 58 static int sctp_sched_fcfs_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_init_sid() 64 static void sctp_sched_fcfs_free(struct sctp_stream *stream) in sctp_sched_fcfs_free() 75 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue() 101 static void sctp_sched_fcfs_sched_all(struct sctp_stream *stream) in sctp_sched_fcfs_sched_all() 105 static void sctp_sched_fcfs_unsched_all(struct sctp_stream *stream) in sctp_sched_fcfs_unsched_all() 272 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp) in sctp_sched_init_sid() 281 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()
|
D | stream.c | 91 static void sctp_stream_outq_migrate(struct sctp_stream *stream, in sctp_stream_outq_migrate() 92 struct sctp_stream *new, __u16 outcnt) in sctp_stream_outq_migrate() 138 static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt, in sctp_stream_alloc_out() 161 static int sctp_stream_alloc_in(struct sctp_stream *stream, __u16 incnt, in sctp_stream_alloc_in() 184 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, in sctp_stream_init() 233 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid) in sctp_stream_init_ext() 245 void sctp_stream_free(struct sctp_stream *stream) in sctp_stream_free() 257 void sctp_stream_clear(struct sctp_stream *stream) in sctp_stream_clear() 270 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new) in sctp_stream_update() 304 static bool sctp_stream_outq_is_empty(struct sctp_stream *stream, in sctp_stream_outq_is_empty() [all …]
|
D | stream_interleave.c | 65 struct sctp_stream *stream; in sctp_chunk_assign_mid() 104 const struct sctp_stream *stream; in sctp_validate_data() 122 struct sctp_stream *stream; in sctp_validate_idata() 424 struct sctp_stream *stream; in sctp_intl_retrieve_ordered() 454 struct sctp_stream *stream; in sctp_intl_order() 1001 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_reap_ordered() 1052 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_abort_pd() 1251 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_skip() 1323 void sctp_stream_interleave_init(struct sctp_stream *stream) in sctp_stream_interleave_init()
|
D | ulpqueue.c | 773 struct sctp_stream *stream; in sctp_ulpq_retrieve_ordered() 862 struct sctp_stream *stream; in sctp_ulpq_order() 901 struct sctp_stream *stream; in sctp_ulpq_reap_ordered() 968 struct sctp_stream *stream; in sctp_ulpq_skip()
|
D | sm_make_chunk.c | 1540 struct sctp_stream *stream; in sctp_chunk_assign_ssn()
|