Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h122 struct sctp_mcore_ctrl { struct
H A Dsctp_pcb.c5535 struct sctp_mcore_ctrl *sctp_mcore_workers = NULL;
5543 struct sctp_mcore_ctrl *wkq; in sctp_queue_to_mcore()
5580 struct sctp_mcore_ctrl *wkq; in sctp_mcore_thread()
5583 wkq = (struct sctp_mcore_ctrl *)arg; in sctp_mcore_thread()
5650 SCTP_MALLOC(sctp_mcore_workers, struct sctp_mcore_ctrl *, in sctp_startup_mcore_threads()
5651 ((mp_maxid + 1) * sizeof(struct sctp_mcore_ctrl)), in sctp_startup_mcore_threads()
5658 sizeof(struct sctp_mcore_ctrl))); in sctp_startup_mcore_threads()