maxB 43 net/ipv4/tcp_htcp.c u32 maxB; maxB 134 net/ipv4/tcp_htcp.c ca->minB = ca->maxB = ca->Bi = cur_Bi; maxB 137 net/ipv4/tcp_htcp.c if (ca->Bi > ca->maxB) maxB 138 net/ipv4/tcp_htcp.c ca->maxB = ca->Bi; maxB 139 net/ipv4/tcp_htcp.c if (ca->minB > ca->maxB) maxB 140 net/ipv4/tcp_htcp.c ca->minB = ca->maxB; maxB 150 net/ipv4/tcp_htcp.c u32 maxB = ca->maxB; maxB 153 net/ipv4/tcp_htcp.c ca->old_maxB = ca->maxB; maxB 154 net/ipv4/tcp_htcp.c if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) {