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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_sysctl.h86 uint32_t sctp_mbuf_threshold_count; member in struct:sctp_sysctl
H A Dsctp_sysctl.c95 SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) = SCTPCTL_MAX_CHAINED_MBUFS_DEFAULT;
638 RANGECHK(SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count), SCTPCTL_MAX_CHAINED_MBUFS_MIN, SCTPCTL_MAX_CHAINED_MBUFS_MAX);
1011 &SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count), 0, sysctl_sctp_check, "IU",
H A Dsctp_output.c6259 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))

Completed in 99 milliseconds