Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.h94 uint32_t sctp_mbuf_threshold_count; member
Dsctp_sysctl.c131 SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) = SCTPCTL_MAX_CHAINED_MBUFS_DEFAULT; in sctp_init_sysctls()
1178 SCTP_UINT_SYSCTL(max_chained_mbufs, sctp_mbuf_threshold_count, SCTPCTL_MAX_CHAINED_MBUFS)
1285 …RANGECHK(SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count), SCTPCTL_MAX_CHAINED_MBUFS_MIN, SCTPCTL_MAX_C… in sctp_sysctl_handle_int()
1497 &SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count), 0, sctp_sysctl_handle_int, in sysctl_setup_sctp()
Dsctp_bsd_addr.c817 mbuf_threshold = SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count);
Dsctp_output.c7005 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))) {
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h1121 USRSCTP_SYSCTL_DECL(sctp_mbuf_threshold_count)
Duser_mbuf.c305 mbuf_threshold = SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count); in m_getm2()
Duser_socket.c3474 USRSCTP_SYSCTL_SET_DEF(sctp_mbuf_threshold_count, SCTPCTL_MAX_CHAINED_MBUFS)
3556 USRSCTP_SYSCTL_GET_DEF(sctp_mbuf_threshold_count)