Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_pcb.c5594 int *sctp_cpuarry = NULL; variable
5724 if (sctp_cpuarry == NULL) { in sctp_startup_mcore_threads()
5725 SCTP_MALLOC(sctp_cpuarry, int *, in sctp_startup_mcore_threads()
5730 sctp_cpuarry[i] = cpu; in sctp_startup_mcore_threads()
Dsctp_input.c5820 extern int *sctp_cpuarry;
5860 cpu_to_use = sctp_cpuarry[flowid % mp_ncpus]; in sctp_input()