Home
last modified time | relevance | path

Searched defs:sppstat (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/netns/
H A Dspp_var.h91 struct sppstat { struct
92 long spps_connattempt; /* connections initiated */
93 long spps_accepts; /* connections accepted */
94 long spps_connects; /* connections established */
95 long spps_drops; /* connections dropped */
96 long spps_conndrops; /* embryonic connections dropped */
97 long spps_closed; /* conn. closed (includes drops) */
98 long spps_segstimed; /* segs where we tried to get rtt */
99 long spps_rttupdated; /* times we succeeded */
100 long spps_delack; /* delayed acks sent */
[all …]
/csrg-svn/usr.bin/netstat/
H A Dns.c138 #define sppstat spp_istat.newstats macro