HomeSort by relevance Sort by last modified time
    Searched refs:snd_cwnd (Results 1 - 13 of 13) sorted by null

  /external/qemu/slirp/
tcp_timer.c 247 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
250 tp->snd_cwnd = tp->t_maxseg;
tcp_var.h 96 u_int32_t snd_cwnd; /* congestion-controlled window */ member in struct:tcpcb
97 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
tcp_input.c 507 tp->snd_cwnd >= tp->snd_wnd) {
1112 min(tp->snd_wnd, tp->snd_cwnd) / 2 /
1121 tp->snd_cwnd = tp->t_maxseg;
    [all...]
tcp_output.c 94 tp->snd_cwnd = tp->t_maxseg;
98 win = min(tp->snd_wnd, tp->snd_cwnd);
slirp.c 892 qemu_put_be32(f, tp->snd_cwnd);
985 tp->snd_cwnd = qemu_get_be32(f);
tcp_subr.c 207 tp->snd_cwnd = TCP_MAXWIN << TCP_MAX_WINSHIFT;
308 tp->snd_cwnd = tp->t_maxseg;
    [all...]
  /external/qemu/slirp-android/
tcp_timer.c 247 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
250 tp->snd_cwnd = tp->t_maxseg;
tcp_var.h 101 u_int32_t snd_cwnd; /* congestion-controlled window */ member in struct:tcpcb
102 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for
tcp_input.c 512 tp->snd_cwnd >= tp->snd_wnd) {
1118 min(tp->snd_wnd, tp->snd_cwnd) / 2 /
    [all...]
tcp_output.c 94 tp->snd_cwnd = tp->t_maxseg;
98 win = min(tp->snd_wnd, tp->snd_cwnd);
slirp.c 987 qemu_put_be32(f, tp->snd_cwnd);
1080 tp->snd_cwnd = qemu_get_be32(f);
tcp_subr.c 209 tp->snd_cwnd = TCP_MAXWIN << TCP_MAX_WINSHIFT;
310 tp->snd_cwnd = tp->t_maxseg;
  /external/kernel-headers/original/linux/
tcp.h 280 __u32 snd_cwnd; /* Sending congestion window */ member in struct:tcp_sock
282 __u16 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */

Completed in 265 milliseconds