Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Dstream_sched.c94 static struct sctp_sched_ops sctp_sched_fcfs = { variable
109 sctp_sched_ops_register(SCTP_SS_FCFS, &sctp_sched_fcfs); in sctp_sched_ops_fcfs_init()
183 asoc->outqueue.sched = &sctp_sched_fcfs; /* Always safe */ in sctp_sched_set_sched()