Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c924 (uint64_t)SCTP_BASE_SYSCTL(sctp_L2_abc_variable) * in sctp_cwnd_update_after_sack_common()
944 (uint64_t)SCTP_BASE_SYSCTL(sctp_L2_abc_variable) * in sctp_cwnd_update_after_sack_common()
962 (uint64_t)SCTP_BASE_SYSCTL(sctp_L2_abc_variable)) >> in sctp_cwnd_update_after_sack_common()
979 if (incr > net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable)) { in sctp_cwnd_update_after_sack_common()
980 incr = net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable); in sctp_cwnd_update_after_sack_common()
2140 if (net->net_ack > (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable))) { in htcp_cong_avoid()
2141 net->cwnd += (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable)); in htcp_cong_avoid()
Dsctp_sysctl.h93 uint32_t sctp_L2_abc_variable; member
Dsctp_sysctl.c130 SCTP_BASE_SYSCTL(sctp_L2_abc_variable) = SCTPCTL_ABC_L_VAR_DEFAULT; in sctp_init_sysctls()
1177 SCTP_UINT_SYSCTL(abc_l_var, sctp_L2_abc_variable, SCTPCTL_ABC_L_VAR)
1284 RANGECHK(SCTP_BASE_SYSCTL(sctp_L2_abc_variable), SCTPCTL_ABC_L_VAR_MIN, SCTPCTL_ABC_L_VAR_MAX); in sctp_sysctl_handle_int()
1493 &SCTP_BASE_SYSCTL(sctp_L2_abc_variable), 0, sctp_sysctl_handle_int, in sysctl_setup_sctp()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h1120 USRSCTP_SYSCTL_DECL(sctp_L2_abc_variable)
Duser_socket.c3473 USRSCTP_SYSCTL_SET_DEF(sctp_L2_abc_variable, SCTPCTL_ABC_L_VAR)
3555 USRSCTP_SYSCTL_GET_DEF(sctp_L2_abc_variable)