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