Home
last modified time | relevance | path

Searched refs:sctp_mbuf_threshold_count (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_sysctl.h88 uint32_t sctp_mbuf_threshold_count; member
HDsctp_sysctl.c100 SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) = SCTPCTL_MAX_CHAINED_MBUFS_DEFAULT; in sctp_init_sysctls()
914 SCTP_UINT_SYSCTL(max_chained_mbufs, sctp_mbuf_threshold_count, SCTPCTL_MAX_CHAINED_MBUFS)
HDsctp_output.c6392 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN))) in sctp_copy_mbufchain()