Searched refs:maxB (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_cc_functions.c1946 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi;
1949 if (net->cc_mod.htcp_ca.Bi > net->cc_mod.htcp_ca.maxB)
1950 net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi;
1951 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB)
1952 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB;
1963 uint32_t maxB = ca->maxB; local
1966 ca->old_maxB = ca->maxB;
1968 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) {
H A Dsctp_structs.h217 uint32_t maxB; member in struct:htcp

Completed in 153 milliseconds