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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_sysctl.h87 uint32_t sctp_L2_abc_variable; member in struct:sctp_sysctl
H A Dsctp_cc_functions.c821 (uint64_t) SCTP_BASE_SYSCTL(sctp_L2_abc_variable) *
844 (uint64_t) SCTP_BASE_SYSCTL(sctp_L2_abc_variable) *
862 (uint64_t) SCTP_BASE_SYSCTL(sctp_L2_abc_variable)) >>
879 if (incr > net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable)) {
880 incr = net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable);
2032 if (net->net_ack > (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable))) {
2033 net->cwnd += (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable));
H A Dsctp_sysctl.c99 SCTP_BASE_SYSCTL(sctp_L2_abc_variable) = SCTPCTL_ABC_L_VAR_DEFAULT;
881 SCTP_UINT_SYSCTL(abc_l_var, sctp_L2_abc_variable, SCTPCTL_ABC_L_VAR)

Completed in 114 milliseconds