Home
last modified time | relevance | path

Searched refs:sctp_chunkscale (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c100 if (SCTP_BASE_SYSCTL(sctp_chunkscale) == 0) { in sctp_init_sysctls()
101 SCTP_BASE_SYSCTL(sctp_chunkscale) = SCTPCTL_CHUNKSCALE_DEFAULT; in sctp_init_sysctls()
104 SCTP_BASE_SYSCTL(sctp_chunkscale) = SCTPCTL_CHUNKSCALE_DEFAULT; in sctp_init_sysctls()
1152 SCTP_UINT_SYSCTL(chunkscale, sctp_chunkscale, SCTPCTL_CHUNKSCALE)
1259 RANGECHK(SCTP_BASE_SYSCTL(sctp_chunkscale), SCTPCTL_CHUNKSCALE_MIN, SCTPCTL_CHUNKSCALE_MAX); in sctp_sysctl_handle_int()
1393 &SCTP_BASE_SYSCTL(sctp_chunkscale), 0, sctp_sysctl_handle_int, in sysctl_setup_sctp()
Dsctp_sysctl.h68 uint32_t sctp_chunkscale; member
Dsctp_pcb.c6617 TUNABLE_INT_FETCH("net.inet.sctp.chunkscale", &SCTP_BASE_SYSCTL(sctp_chunkscale));
6654 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
6658 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
6662 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
6666 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
6670 (sctp_max_number_of_assoc * SCTP_BASE_SYSCTL(sctp_chunkscale)));
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h1075 USRSCTP_TUNABLE_DECL(sctp_chunkscale)
Duser_socket.c3416 USRSCTP_TUNABLE_SET_DEF(sctp_chunkscale, SCTPCTL_CHUNKSCALE)
3531 USRSCTP_SYSCTL_GET_DEF(sctp_chunkscale)