Home
last modified time | relevance | path

Searched refs:tcps_drops (Results 1 – 8 of 8) sorted by relevance

/external/qemu/slirp-android/
Dtcp_var.h177 u_long tcps_drops; /* connections dropped */ member
Ddebug.c219 tcpstat.tcps_closed, tcpstat.tcps_drops);
Dtcp_subr.c238 STAT(tcpstat.tcps_drops++); in tcp_drop()
Dtcp_input.c989 STAT(tcpstat.tcps_drops++); in tcp_input()
/external/qemu/slirp/
Dtcp_var.h173 u_long tcps_drops; /* connections dropped */ member
Ddebug.c223 tcpstat.tcps_closed, tcpstat.tcps_drops); in tcpstats()
Dtcp_subr.c236 STAT(tcpstat.tcps_drops++); in tcp_drop()
Dtcp_input.c983 STAT(tcpstat.tcps_drops++); in tcp_input()