Searched refs:sctp_stream (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/net/sctp/ |
A 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); 39 void (*sched_all)(struct sctp_stream *steam); 41 void (*unsched_all)(struct sctp_stream *steam); 54 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp); 55 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
|
A D | structs.h | 72 struct sctp_stream; 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); 1457 struct sctp_stream { struct 1483 struct sctp_stream *stream, in sctp_stream_out() argument 1490 struct sctp_stream *stream, in sctp_stream_in() 1502 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len() 1507 static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream) in sctp_datahdr_len() [all …]
|
A D | stream_interleave.h | 44 void sctp_stream_interleave_init(struct sctp_stream *stream);
|
/linux-6.3-rc2/net/sctp/ |
A 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() 100 struct sctp_stream *stream; in sctp_sched_rr_enqueue() 112 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_rr_dequeue() 149 static void sctp_sched_rr_sched_all(struct sctp_stream *stream) in sctp_sched_rr_sched_all() [all …]
|
A D | stream_sched_prio.c | 26 static void sctp_sched_prio_unsched_all(struct sctp_stream *stream); 41 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_new_head() 59 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head() 130 static void sctp_sched_prio_sched(struct sctp_stream *stream, in sctp_sched_prio_sched() 163 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_set() 188 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get() 195 static int sctp_sched_prio_init(struct sctp_stream *stream) in sctp_sched_prio_init() 218 struct sctp_stream *stream; in sctp_sched_prio_enqueue() 230 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_prio_dequeue() 276 static void sctp_sched_prio_sched_all(struct sctp_stream *stream) in sctp_sched_prio_sched_all() [all …]
|
A 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() 60 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue() 86 static void sctp_sched_fcfs_sched_all(struct sctp_stream *stream) in sctp_sched_fcfs_sched_all() 90 static void sctp_sched_fcfs_unsched_all(struct sctp_stream *stream) in sctp_sched_fcfs_unsched_all() 129 static void sctp_sched_free_sched(struct sctp_stream *stream) in sctp_sched_free_sched() 261 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp) in sctp_sched_init_sid() [all …]
|
A D | stream.c | 73 struct sctp_stream *new, __u16 outcnt) in sctp_stream_outq_migrate() 208 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new) in sctp_stream_update() 268 struct sctp_stream *stream = &asoc->stream; in sctp_send_reset_streams() 382 struct sctp_stream *stream = &asoc->stream; in sctp_send_reset_assoc() 427 struct sctp_stream *stream = &asoc->stream; in sctp_send_add_streams() 522 struct sctp_stream *stream = &asoc->stream; in sctp_process_strreset_outreq() 611 struct sctp_stream *stream = &asoc->stream; in sctp_process_strreset_inreq() 689 struct sctp_stream *stream = &asoc->stream; in sctp_process_strreset_tsnreq() 785 struct sctp_stream *stream = &asoc->stream; in sctp_process_strreset_addstrm_out() 855 struct sctp_stream *stream = &asoc->stream; in sctp_process_strreset_addstrm_in() [all …]
|
A 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() 1004 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_reap_ordered() 1055 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_abort_pd() 1254 struct sctp_stream *stream = &ulpq->asoc->stream; in sctp_intl_skip() 1345 void sctp_stream_interleave_init(struct sctp_stream *stream) in sctp_stream_interleave_init()
|
A D | ulpqueue.c | 745 struct sctp_stream *stream; in sctp_ulpq_retrieve_ordered() 834 struct sctp_stream *stream; in sctp_ulpq_order() 873 struct sctp_stream *stream; in sctp_ulpq_reap_ordered() 940 struct sctp_stream *stream; in sctp_ulpq_skip()
|
A D | sm_make_chunk.c | 1581 struct sctp_stream *stream; in sctp_chunk_assign_ssn()
|
Completed in 24 milliseconds