sctp_sched_ops_register
void sctp_sched_ops_register(enum sctp_sched_type sched,
sctp_sched_ops_register(SCTP_SS_FCFS, &sctp_sched_fcfs);
sctp_sched_ops_register(SCTP_SS_FC, &sctp_sched_fc);
sctp_sched_ops_register(SCTP_SS_WFQ, &sctp_sched_wfq);
sctp_sched_ops_register(SCTP_SS_PRIO, &sctp_sched_prio);
sctp_sched_ops_register(SCTP_SS_RR, &sctp_sched_rr);