BICTCP_B 104 net/ipv4/tcp_bic.c / BICTCP_B; BICTCP_B 111 net/ipv4/tcp_bic.c ca->cnt = (cwnd * smooth_part) / BICTCP_B; BICTCP_B 117 net/ipv4/tcp_bic.c if (cwnd < ca->last_max_cwnd + BICTCP_B) BICTCP_B 119 net/ipv4/tcp_bic.c ca->cnt = (cwnd * smooth_part) / BICTCP_B; BICTCP_B 120 net/ipv4/tcp_bic.c else if (cwnd < ca->last_max_cwnd + max_increment*(BICTCP_B-1)) BICTCP_B 122 net/ipv4/tcp_bic.c ca->cnt = (cwnd * (BICTCP_B-1))