HomeSort by relevance Sort by last modified time
    Searched full:tcps_socachemiss (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
tcp_var.h 221 u_long tcps_socachemiss; /* tcp_last_so misses */ member in struct:tcpstat
debug.c 236 lprint(" %6d TCP cache misses\r\n", tcpstat.tcps_socachemiss);
tcp_input.c 383 STAT(tcpstat.tcps_socachemiss++);
    [all...]
  /external/qemu/slirp-android/
tcp_var.h 225 u_long tcps_socachemiss; /* tcp_last_so misses */ member in struct:tcpstat
debug.c 232 lprint(" %6d TCP cache misses\r\n", tcpstat.tcps_socachemiss);
tcp_input.c 388 STAT(tcpstat.tcps_socachemiss++);
    [all...]

Completed in 81 milliseconds