bbr_min_tso_segs  312 net/ipv4/tcp_bbr.c 	segs = max_t(u32, bytes / tp->mss_cache, bbr_min_tso_segs(sk));
bbr_min_tso_segs 1150 net/ipv4/tcp_bbr.c 	.min_tso_segs	= bbr_min_tso_segs,