Home
last modified time | relevance | path

Searched refs:sctp_stream (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/net/sctp/
Dstream_sched.h36 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);
Dstructs.h87 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);
1447 struct sctp_stream { struct
1472 const struct sctp_stream *stream, in sctp_stream_out() argument
1479 const struct sctp_stream *stream, in sctp_stream_in()
1491 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len()
[all …]
Dstream_interleave.h59 void sctp_stream_interleave_init(struct sctp_stream *stream);