Searched refs:sctp_stream (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/include/net/sctp/ |
| D | stream_sched.h | 21 int (*set)(struct sctp_stream *stream, __u16 sid, __u16 value, 23 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value); 26 int (*init)(struct sctp_stream *stream); 28 int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp); 30 void (*free_sid)(struct sctp_stream *stream, __u16 sid); 32 void (*free)(struct sctp_stream *stream); 41 void (*sched_all)(struct sctp_stream *steam); 43 void (*unsched_all)(struct sctp_stream *steam); 56 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp); 57 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
|
| D | structs.h | 72 struct sctp_stream; 392 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, 394 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid); 395 void sctp_stream_free(struct sctp_stream *stream); 396 void sctp_stream_clear(struct sctp_stream *stream); 397 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new); 1453 struct sctp_stream { struct 1479 struct sctp_stream *stream, in sctp_stream_out() argument 1486 struct sctp_stream *stream, in sctp_stream_in() 1498 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len() [all …]
|
| D | stream_interleave.h | 44 void sctp_stream_interleave_init(struct sctp_stream *stream);
|
| /Linux-v6.1/net/sctp/ |
| D | stream_sched_rr.c | 25 static void sctp_sched_rr_unsched_all(struct sctp_stream *stream); 27 static void sctp_sched_rr_next_stream(struct sctp_stream *stream) in sctp_sched_rr_next_stream() 37 static void sctp_sched_rr_unsched(struct sctp_stream *stream, in sctp_sched_rr_unsched() 51 static void sctp_sched_rr_sched(struct sctp_stream *stream, in sctp_sched_rr_sched() 65 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set() 71 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get() 77 static int sctp_sched_rr_init(struct sctp_stream *stream) in sctp_sched_rr_init() 85 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid() 93 static void sctp_sched_rr_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_rr_free_sid() 97 static void sctp_sched_rr_free(struct sctp_stream *stream) in sctp_sched_rr_free() [all …]
|
| D | stream_sched_prio.c | 26 static void sctp_sched_prio_unsched_all(struct sctp_stream *stream); 29 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_new_head() 46 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head() 117 static void sctp_sched_prio_sched(struct sctp_stream *stream, in sctp_sched_prio_sched() 150 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_set() 186 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get() 193 static int sctp_sched_prio_init(struct sctp_stream *stream) in sctp_sched_prio_init() 200 static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_init_sid() 207 static void sctp_sched_prio_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_prio_free_sid() 225 static void sctp_sched_prio_free(struct sctp_stream *stream) in sctp_sched_prio_free() [all …]
|
| D | stream_sched.c | 25 static int sctp_sched_fcfs_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_set() 31 static int sctp_sched_fcfs_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_get() 38 static int sctp_sched_fcfs_init(struct sctp_stream *stream) in sctp_sched_fcfs_init() 43 static int sctp_sched_fcfs_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_init_sid() 49 static void sctp_sched_fcfs_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fcfs_free_sid() 53 static void sctp_sched_fcfs_free(struct sctp_stream *stream) in sctp_sched_fcfs_free() 64 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue() 90 static void sctp_sched_fcfs_sched_all(struct sctp_stream *stream) in sctp_sched_fcfs_sched_all() 94 static void sctp_sched_fcfs_unsched_all(struct sctp_stream *stream) in sctp_sched_fcfs_unsched_all() 259 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp) in sctp_sched_init_sid() [all …]
|
| D | stream.c | 25 static void sctp_stream_shrink_out(struct sctp_stream *stream, __u16 outcnt) in sctp_stream_shrink_out() 55 static void sctp_stream_free_ext(struct sctp_stream *stream, __u16 sid) in sctp_stream_free_ext() 72 static void sctp_stream_outq_migrate(struct sctp_stream *stream, in sctp_stream_outq_migrate() 73 struct sctp_stream *new, __u16 outcnt) in sctp_stream_outq_migrate() 96 static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt, in sctp_stream_alloc_out() 113 static int sctp_stream_alloc_in(struct sctp_stream *stream, __u16 incnt, in sctp_stream_alloc_in() 130 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, in sctp_stream_init() 164 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid) in sctp_stream_init_ext() 183 void sctp_stream_free(struct sctp_stream *stream) in sctp_stream_free() 195 void sctp_stream_clear(struct sctp_stream *stream) in sctp_stream_clear() [all …]
|
| D | stream_interleave.c | 50 struct sctp_stream *stream; in sctp_chunk_assign_mid() 89 struct sctp_stream *stream; in sctp_validate_data() 107 struct sctp_stream *stream; in sctp_validate_idata() 421 struct sctp_stream *stream; in sctp_intl_retrieve_ordered() 451 struct sctp_stream *stream; in sctp_intl_order() 1010 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_reap_ordered() 1061 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_abort_pd() 1260 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_skip() 1351 void sctp_stream_interleave_init(struct sctp_stream *stream) in sctp_stream_interleave_init()
|
| D | ulpqueue.c | 751 struct sctp_stream *stream; in sctp_ulpq_retrieve_ordered() 840 struct sctp_stream *stream; in sctp_ulpq_order() 879 struct sctp_stream *stream; in sctp_ulpq_reap_ordered() 946 struct sctp_stream *stream; in sctp_ulpq_skip()
|
| D | sm_make_chunk.c | 1581 struct sctp_stream *stream; in sctp_chunk_assign_ssn()
|