td_maxwin          11 include/linux/netfilter/nf_conntrack_tcp.h 	u_int32_t	td_maxwin;	/* max(win) */
td_maxwin         438 net/netfilter/nf_conntrack_proto.c 		ct->proto.tcp.seen[0].td_maxwin = 0;
td_maxwin         439 net/netfilter/nf_conntrack_proto.c 		ct->proto.tcp.seen[1].td_maxwin = 0;
td_maxwin         335 net/netfilter/nf_conntrack_proto_tcp.c 	((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin	\
td_maxwin         503 net/netfilter/nf_conntrack_proto_tcp.c 		 sender->td_end, sender->td_maxend, sender->td_maxwin,
td_maxwin         505 net/netfilter/nf_conntrack_proto_tcp.c 		 receiver->td_end, receiver->td_maxend, receiver->td_maxwin,
td_maxwin         508 net/netfilter/nf_conntrack_proto_tcp.c 	if (sender->td_maxwin == 0) {
td_maxwin         519 net/netfilter/nf_conntrack_proto_tcp.c 			sender->td_maxwin = (win == 0 ? 1 : win);
td_maxwin         542 net/netfilter/nf_conntrack_proto_tcp.c 			sender->td_maxwin = (swin == 0 ? 1 : swin);
td_maxwin         543 net/netfilter/nf_conntrack_proto_tcp.c 			sender->td_maxend = end + sender->td_maxwin;
td_maxwin         549 net/netfilter/nf_conntrack_proto_tcp.c 			if (receiver->td_maxwin == 0)
td_maxwin         564 net/netfilter/nf_conntrack_proto_tcp.c 		sender->td_maxwin = (win == 0 ? 1 : win);
td_maxwin         596 net/netfilter/nf_conntrack_proto_tcp.c 		 sender->td_end, sender->td_maxend, sender->td_maxwin,
td_maxwin         598 net/netfilter/nf_conntrack_proto_tcp.c 		 receiver->td_end, receiver->td_maxend, receiver->td_maxwin,
td_maxwin         602 net/netfilter/nf_conntrack_proto_tcp.c 	in_recv_win = !receiver->td_maxwin ||
td_maxwin         603 net/netfilter/nf_conntrack_proto_tcp.c 		      after(end, sender->td_end - receiver->td_maxwin - 1);
td_maxwin         625 net/netfilter/nf_conntrack_proto_tcp.c 		if (sender->td_maxwin < swin)
td_maxwin         626 net/netfilter/nf_conntrack_proto_tcp.c 			sender->td_maxwin = swin;
td_maxwin         642 net/netfilter/nf_conntrack_proto_tcp.c 		if (receiver->td_maxwin != 0 && after(end, sender->td_maxend))
td_maxwin         643 net/netfilter/nf_conntrack_proto_tcp.c 			receiver->td_maxwin += end - sender->td_maxend;
td_maxwin         693 net/netfilter/nf_conntrack_proto_tcp.c 		 res, sender->td_end, sender->td_maxend, sender->td_maxwin,
td_maxwin         694 net/netfilter/nf_conntrack_proto_tcp.c 		 receiver->td_end, receiver->td_maxend, receiver->td_maxwin);
td_maxwin         783 net/netfilter/nf_conntrack_proto_tcp.c 		ct->proto.tcp.seen[0].td_maxwin = ntohs(th->window);
td_maxwin         784 net/netfilter/nf_conntrack_proto_tcp.c 		if (ct->proto.tcp.seen[0].td_maxwin == 0)
td_maxwin         785 net/netfilter/nf_conntrack_proto_tcp.c 			ct->proto.tcp.seen[0].td_maxwin = 1;
td_maxwin         803 net/netfilter/nf_conntrack_proto_tcp.c 		ct->proto.tcp.seen[0].td_maxwin = ntohs(th->window);
td_maxwin         804 net/netfilter/nf_conntrack_proto_tcp.c 		if (ct->proto.tcp.seen[0].td_maxwin == 0)
td_maxwin         805 net/netfilter/nf_conntrack_proto_tcp.c 			ct->proto.tcp.seen[0].td_maxwin = 1;
td_maxwin         808 net/netfilter/nf_conntrack_proto_tcp.c 			ct->proto.tcp.seen[0].td_maxwin;
td_maxwin         823 net/netfilter/nf_conntrack_proto_tcp.c 		 sender->td_end, sender->td_maxend, sender->td_maxwin,
td_maxwin         825 net/netfilter/nf_conntrack_proto_tcp.c 		 receiver->td_end, receiver->td_maxend, receiver->td_maxwin,
td_maxwin         934 net/netfilter/nf_conntrack_proto_tcp.c 			ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxwin =
td_maxwin         108 net/netfilter/nf_flow_table_core.c 	tcp->seen[0].td_maxwin = 0;
td_maxwin         109 net/netfilter/nf_flow_table_core.c 	tcp->seen[1].td_maxwin = 0;
td_maxwin         582 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin);
td_maxwin         997 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin);