Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_cc_functions.c840 (uint64_t) SCTP_BASE_SYSCTL(sctp_L2_abc_variable) * in sctp_cwnd_update_after_sack_common()
863 (uint64_t) SCTP_BASE_SYSCTL(sctp_L2_abc_variable) * in sctp_cwnd_update_after_sack_common()
881 (uint64_t) SCTP_BASE_SYSCTL(sctp_L2_abc_variable)) >> in sctp_cwnd_update_after_sack_common()
898 if (incr > net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable)) { in sctp_cwnd_update_after_sack_common()
899 incr = net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable); in sctp_cwnd_update_after_sack_common()
2052 if (net->net_ack > (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable))) { in htcp_cong_avoid()
2053 net->cwnd += (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable)); in htcp_cong_avoid()
HDsctp_sysctl.h87 uint32_t sctp_L2_abc_variable; member
HDsctp_sysctl.c99 SCTP_BASE_SYSCTL(sctp_L2_abc_variable) = SCTPCTL_ABC_L_VAR_DEFAULT; in sctp_init_sysctls()
913 SCTP_UINT_SYSCTL(abc_l_var, sctp_L2_abc_variable, SCTPCTL_ABC_L_VAR)