Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_pcb.c5618 int *sctp_cpuarry = NULL; variable
5747 if (sctp_cpuarry == NULL) { in sctp_startup_mcore_threads()
5748 SCTP_MALLOC(sctp_cpuarry, int *, in sctp_startup_mcore_threads()
5753 sctp_cpuarry[i] = cpu; in sctp_startup_mcore_threads()
HDsctp_input.c6135 extern int *sctp_cpuarry;
6171 cpu_to_use = sctp_cpuarry[flowid % mp_ncpus]; in sctp_input()