max_packets_seq   259 include/linux/tcp.h 	u32	max_packets_seq;  /* right edge of max_packets_out flight */
max_packets_seq  1654 net/ipv4/tcp_output.c 	if (!before(tp->snd_una, tp->max_packets_seq) ||
max_packets_seq  1657 net/ipv4/tcp_output.c 		tp->max_packets_seq = tp->snd_nxt;