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

  /external/qemu/slirp/
tcp_var.h 97 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for member in struct:tcpcb
tcp_timer.c 251 tp->snd_ssthresh = win * tp->t_maxseg;
tcp_input.c 1117 tp->snd_ssthresh = win * tp->t_maxseg;
    [all...]
slirp.c 893 qemu_put_be32(f, tp->snd_ssthresh);
986 tp->snd_ssthresh = qemu_get_be32(f);
tcp_subr.c 208 tp->snd_ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT;
    [all...]
  /external/qemu/slirp-android/
tcp_var.h 102 u_int32_t snd_ssthresh; /* snd_cwnd size threshold for member in struct:tcpcb
tcp_timer.c 251 tp->snd_ssthresh = win * tp->t_maxseg;
tcp_input.c     [all...]
slirp.c 988 qemu_put_be32(f, tp->snd_ssthresh);
1081 tp->snd_ssthresh = qemu_get_be32(f);
tcp_subr.c 210 tp->snd_ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT;
  /external/kernel-headers/original/linux/
tcp.h 279 __u32 snd_ssthresh; /* Slow start size threshold */ member in struct:tcp_sock

Completed in 72 milliseconds