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

  /external/qemu/slirp/
tcp_var.h 208 u_long tcps_rcvoobyte; /* out-of-order bytes received */ member in struct:tcpstat
debug.c 209 tcpstat.tcps_rcvoopack, tcpstat.tcps_rcvoobyte);
tcp_input.c 168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len);
    [all...]
  /external/qemu/slirp-android/
tcp_var.h 212 u_long tcps_rcvoobyte; /* out-of-order bytes received */ member in struct:tcpstat
debug.c 205 tcpstat.tcps_rcvoopack, tcpstat.tcps_rcvoobyte);
tcp_input.c 168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len);
    [all...]

Completed in 1513 milliseconds