Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.c5536 int *sctp_cpuarry = NULL; variable
5666 if (sctp_cpuarry == NULL) { in sctp_startup_mcore_threads()
5667 SCTP_MALLOC(sctp_cpuarry, int *, in sctp_startup_mcore_threads()
5672 sctp_cpuarry[i] = cpu; in sctp_startup_mcore_threads()
H A Dsctp_input.c5803 extern int *sctp_cpuarry;
5843 cpu_to_use = sctp_cpuarry[flowid % mp_ncpus]; in sctp_input()