Searched refs:max_window (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Dsysctl_net_netrom.c27 static int min_window[] = {1}, max_window[] = {127}; variable
59 &proc_dointvec_minmax, &sysctl_intvec, NULL, &min_window, &max_window},
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Dsysctl_net_rose.c22 static int min_window[] = {1}, max_window[] = {7}; variable
56 &proc_dointvec_minmax, &sysctl_intvec, NULL, &min_window, &max_window},
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dsysctl_net_ax25.c17 static int min_window[] = {1}, max_window[] = {7}; variable
63 &min_window, &max_window},
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn.h99 unsigned long max_window; member in struct:dn_scp
H A Dsock.h294 __u32 max_window; /* Maximal window ever seen from peer */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn.h99 unsigned long max_window; member in struct:dn_scp
H A Dsock.h346 __u32 max_window; /* Maximal window ever seen from peer */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_output.c529 if (tp->max_window && mss_now > (tp->max_window>>1))
530 mss_now = max((tp->max_window>>1), 68U - tp->tcp_header_len);
1177 tp->max_window = 0;
H A Dtcp.c779 return after(tp->write_seq, tp->pushed_seq + (tp->max_window>>1));
2115 if ((tp->write_seq += tp->max_window+2) == 0)
H A Dtcp_input.c812 if (before(ack, prior_snd_una-tp->max_window))
1888 if (nwin > tp->max_window) {
1889 tp->max_window = nwin;
3633 tp->max_window = tp->snd_wnd;
H A Dtcp_minisocks.c771 newtp->max_window = newtp->snd_wnd;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c520 scp->max_window = NSP_MAX_WINDOW;
1072 DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd;
1443 scp->max_window = u.win;
1583 r_data = &scp->max_window;
H A Ddn_nsp_out.c445 if (scp->snd_window < scp->max_window)
H A Ddn_nsp_in.c359 scp->max_window = decnet_no_fc_max_cwnd;

Completed in 184 milliseconds