Searched defs:sppstat (Results 1 – 2 of 2) sorted by relevance
91 struct sppstat { struct92 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 …]
138 #define sppstat spp_istat.newstats macro