Lines Matching defs:sppstat

91 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 */
101 long spps_timeoutdrop; /* conn. dropped in rxmt timeout */
102 long spps_rexmttimeo; /* retransmit timeouts */
103 long spps_persisttimeo; /* persist timeouts */
104 long spps_keeptimeo; /* keepalive timeouts */
105 long spps_keepprobe; /* keepalive probes sent */
106 long spps_keepdrops; /* connections dropped in keepalive */
108 long spps_sndtotal; /* total packets sent */
109 long spps_sndpack; /* data packets sent */
110 long spps_sndbyte; /* data bytes sent */
111 long spps_sndrexmitpack; /* data packets retransmitted */
112 long spps_sndrexmitbyte; /* data bytes retransmitted */
113 long spps_sndacks; /* ack-only packets sent */
114 long spps_sndprobe; /* window probes sent */
115 long spps_sndurg; /* packets sent with URG only */
116 long spps_sndwinup; /* window update-only packets sent */
117 long spps_sndctrl; /* control (SYN|FIN|RST) packets sent */
118 long spps_sndvoid; /* couldn't find requested packet*/
120 long spps_rcvtotal; /* total packets received */
121 long spps_rcvpack; /* packets received in sequence */
122 long spps_rcvbyte; /* bytes received in sequence */
123 long spps_rcvbadsum; /* packets received with ccksum errs */
124 long spps_rcvbadoff; /* packets received with bad offset */
125 long spps_rcvshort; /* packets received too short */
126 long spps_rcvduppack; /* duplicate-only packets received */
127 long spps_rcvdupbyte; /* duplicate-only bytes received */
128 long spps_rcvpartduppack; /* packets with some duplicate data */
129 long spps_rcvpartdupbyte; /* dup. bytes in part-dup. packets */
130 long spps_rcvoopack; /* out-of-order packets received */
131 long spps_rcvoobyte; /* out-of-order bytes received */
132 long spps_rcvpackafterwin; /* packets with data after window */
156 struct sppstat newstats; argument
164 #define sppstat spp_istat.newstats macro