Searched refs:sctp_stream (Results 1 – 3 of 3) sorted by relevance
/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 *stream); 41 void (*unsched_all)(struct sctp_stream *stream); 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; 391 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid); 392 void sctp_stream_free(struct sctp_stream *stream); 393 void sctp_stream_clear(struct sctp_stream *stream); 394 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new); 1458 struct sctp_stream { struct 1487 struct sctp_stream *stream, in sctp_stream_out() argument 1494 struct sctp_stream *stream, in sctp_stream_in() 1506 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len() 1511 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);
|
Completed in 17 milliseconds