Searched defs:tcpstat (Results 1 – 2 of 2) sorted by relevance
1200 struct tcpstat { struct1201 u_int32_t tcps_connattempt; /* connections initiated */1202 u_int32_t tcps_accepts; /* connections accepted */1203 u_int32_t tcps_connects; /* connections established */1204 u_int32_t tcps_drops; /* connections dropped */1205 u_int32_t tcps_conndrops; /* embryonic connections dropped */1206 u_int32_t tcps_closed; /* conn. closed (includes drops) */1207 u_int32_t tcps_segstimed; /* segs where we tried to get rtt */1208 u_int32_t tcps_rttupdated; /* times we succeeded */1209 u_int32_t tcps_delack; /* delayed acks sent */[all …]
150 struct tcpstat tcpstat; variable