smooth_part        34 net/ipv4/tcp_bic.c static int smooth_part = 20;
smooth_part        46 net/ipv4/tcp_bic.c module_param(smooth_part, int, 0644);
smooth_part        47 net/ipv4/tcp_bic.c MODULE_PARM_DESC(smooth_part, "log(B/(B*Smin))/log(B/(B-1))+B, # of RTT from Wmax-B to Wmax");
smooth_part       111 net/ipv4/tcp_bic.c 			ca->cnt = (cwnd * smooth_part) / BICTCP_B;
smooth_part       119 net/ipv4/tcp_bic.c 			ca->cnt = (cwnd * smooth_part) / BICTCP_B;