Searched defs:sctp_sched_ops (Results 1 – 2 of 2) sorted by relevance
34 struct sctp_sched_ops { struct36 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);70 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream); argument
129 static struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1]; variable