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

  /external/qemu/slirp/
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
  /external/qemu/slirp-android/
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
  /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 85 milliseconds