Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dstream_sched.c98 static struct sctp_sched_ops sctp_sched_fcfs = { variable
114 sctp_sched_ops_register(SCTP_SS_FCFS, &sctp_sched_fcfs); in sctp_sched_ops_fcfs_init()
185 asoc->outqueue.sched = &sctp_sched_fcfs; /* Always safe */ in sctp_sched_set_sched()