max_packets_out   258 include/linux/tcp.h 	u32	max_packets_out;  /* max packets_out in last window */
max_packets_out  1255 include/net/tcp.h 		return tp->snd_cwnd < 2 * tp->max_packets_out;
max_packets_out  1655 net/ipv4/tcp_output.c 	    tp->packets_out > tp->max_packets_out) {
max_packets_out  1656 net/ipv4/tcp_output.c 		tp->max_packets_out = tp->packets_out;