Searched refs:sctp_max_number_of_assoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dsctp_pcb.c5601 static int sctp_max_number_of_assoc = SCTP_MAX_NUM_OF_ASOC; variable
5826 sizeof(struct sctp_tcb), sctp_max_number_of_assoc); local
5830 (sctp_max_number_of_assoc * sctp_scale_up_for_address));
5834 (sctp_max_number_of_assoc * sctp_scale_up_for_address));
5838 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
5842 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
5846 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
5850 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
5854 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));

Completed in 162 milliseconds