bbr_min_tso_rate  137 net/ipv4/tcp_bbr.c static const int bbr_min_tso_rate = 1200000;
bbr_min_tso_rate  298 net/ipv4/tcp_bbr.c 	return sk->sk_pacing_rate < (bbr_min_tso_rate >> 3) ? 1 : 2;