Searched defs:tcpstat (Results 1 - 5 of 5) sorted by relevance

/external/qemu/slirp/
H A Dtcp_timer.c36 struct tcpstat tcpstat; /* tcp statistics */ variable in typeref:struct:tcpstat
61 STAT(tcpstat.tcps_delack++);
187 STAT(tcpstat.tcps_timeoutdrop++);
199 STAT(tcpstat.tcps_rexmttimeo++);
262 STAT(tcpstat.tcps_persisttimeo++);
274 STAT(tcpstat.tcps_keeptimeo++);
294 STAT(tcpstat.tcps_keepprobe++);
312 STAT(tcpstat.tcps_keepdrops++);
H A Dtcp_var.h169 struct tcpstat { struct
225 extern struct tcpstat tcpstat; /* tcp statistics */
/external/qemu/slirp-android/
H A Dtcp_timer.c36 struct tcpstat tcpstat; /* tcp statistics */ variable in typeref:struct:tcpstat
61 STAT(tcpstat.tcps_delack++);
187 STAT(tcpstat.tcps_timeoutdrop++);
199 STAT(tcpstat.tcps_rexmttimeo++);
262 STAT(tcpstat.tcps_persisttimeo++);
274 STAT(tcpstat.tcps_keeptimeo++);
294 STAT(tcpstat.tcps_keepprobe++);
312 STAT(tcpstat.tcps_keepdrops++);
H A Dtcp_var.h173 struct tcpstat { struct
229 extern struct tcpstat tcpstat; /* tcp statistics */
/external/iproute2/misc/
H A Dss.c423 struct tcpstat struct
693 int run_ssfilter(struct ssfilter *f, struct tcpstat *s)
1162 struct tcpstat s;
1407 struct tcpstat s;
1743 struct tcpstat s;
1957 struct tcpstat tst;
2099 struct tcpstat tst;
2167 struct tcpstat tst;

Completed in 66 milliseconds