tcp_max_burst     293 net/ipv4/tcp_cong.c 	return left <= tcp_max_burst(tp);
tcp_max_burst    2287 net/ipv4/tcp_input.c 			   tcp_packets_in_flight(tp) + tcp_max_burst(tp));
tcp_max_burst    1363 net/ipv4/tcp_output.c 		if (limit > tcp_max_burst(tp) * tp->mss_cache)