Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_sysctl.h89 uint32_t sctp_mbuf_threshold_count; member
H A Dsctp_sysctl.c101 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)
H A Dsctp_output.c6434 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))) { in sctp_copy_mbufchain()