max_window        424 drivers/crypto/chelsio/chtls/chtls_cm.c 	tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale);
max_window         59 drivers/gpu/drm/amd/display/modules/stats/stats.c 	unsigned int max_window;
max_window        249 drivers/gpu/drm/amd/display/modules/stats/stats.c 				time[time_index].max_window,
max_window        443 drivers/gpu/drm/amd/display/modules/stats/stats.c 	time[index].max_window = window_max;
max_window        286 drivers/mmc/host/sdhci-omap.c 	u32 start_window = 0, max_window = 0;
max_window        356 drivers/mmc/host/sdhci-omap.c 			max_window = start_window;
max_window        375 drivers/mmc/host/sdhci-omap.c 		phase_delay = min(max_window + 4 * (max_len - 1) - 24,
max_window        376 drivers/mmc/host/sdhci-omap.c 				  max_window +
max_window        379 drivers/mmc/host/sdhci-omap.c 		phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4;
max_window        381 drivers/mmc/host/sdhci-omap.c 		phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4;
max_window        383 drivers/mmc/host/sdhci-omap.c 		phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4;
max_window        385 drivers/mmc/host/sdhci-omap.c 		phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4;
max_window        387 drivers/mmc/host/sdhci-omap.c 		phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4;
max_window        389 drivers/mmc/host/sdhci-omap.c 		phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4;
max_window        199 include/linux/tcp.h 	u32	max_window;	/* Maximal window ever seen from peer	*/
max_window         96 include/net/dn.h 	unsigned long max_window;
max_window        635 include/net/tcp.h 	if (tp->max_window > TCP_MSS_DEFAULT)
max_window        636 include/net/tcp.h 		cutoff = (tp->max_window >> 1);
max_window        638 include/net/tcp.h 		cutoff = tp->max_window;
max_window        145 include/uapi/linux/tcp.h 	__u32	max_window;
max_window         16 net/ax25/sysctl_net_ax25.c static int min_window[] = {1},		max_window[] = {7};
max_window         68 net/ax25/sysctl_net_ax25.c 		.extra2		= &max_window
max_window        513 net/decnet/af_decnet.c 	scp->max_window   = NSP_MAX_WINDOW;
max_window       1118 net/decnet/af_decnet.c 		DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd;
max_window       1451 net/decnet/af_decnet.c 		scp->max_window = u.win;
max_window       1592 net/decnet/af_decnet.c 		r_data = &scp->max_window;
max_window        360 net/decnet/dn_nsp_in.c 			scp->max_window = decnet_no_fc_max_cwnd;
max_window        422 net/decnet/dn_nsp_out.c 			if (scp->snd_window < scp->max_window)
max_window        656 net/ipv4/tcp.c 	return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1));
max_window       2619 net/ipv4/tcp.c 	seq = tp->write_seq + tp->max_window + 2;
max_window       2716 net/ipv4/tcp.c 	if (opt.max_window < opt.snd_wnd)
max_window       2727 net/ipv4/tcp.c 	tp->max_window	= opt.max_window;
max_window       3586 net/ipv4/tcp.c 		opt.max_window	= tp->max_window;
max_window        263 net/ipv4/tcp_fastopen.c 	tp->max_window = tp->snd_wnd;
max_window       1090 net/ipv4/tcp_input.c 	return !before(start_seq, end_seq - tp->max_window);
max_window       1692 net/ipv4/tcp_input.c 	if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window))
max_window       3406 net/ipv4/tcp_input.c 			if (nwin > tp->max_window) {
max_window       3407 net/ipv4/tcp_input.c 				tp->max_window = nwin;
max_window       3613 net/ipv4/tcp_input.c 		if (before(ack, prior_snd_una - tp->max_window)) {
max_window       6055 net/ipv4/tcp_input.c 		tp->max_window = tp->snd_wnd;
max_window        523 net/ipv4/tcp_minisocks.c 	newtp->max_window = newtp->snd_wnd;
max_window       3410 net/ipv4/tcp_output.c 	tp->max_window = 0;
max_window         25 net/netrom/sysctl_net_netrom.c static int min_window[]  = {1}, max_window[]  = {127};
max_window        105 net/netrom/sysctl_net_netrom.c 		.extra2		= &max_window
max_window         20 net/rose/sysctl_net_rose.c static int min_window[] = {1}, max_window[] = {7};
max_window        113 net/rose/sysctl_net_rose.c 		.extra2		= &max_window