Searched defs:tcpstat (Results 1 – 2 of 2) sorted by relevance
1224 struct tcpstat { struct1225 u_int32_t tcps_connattempt; /* connections initiated */1226 u_int32_t tcps_accepts; /* connections accepted */1227 u_int32_t tcps_connects; /* connections established */1228 u_int32_t tcps_drops; /* connections dropped */1229 u_int32_t tcps_conndrops; /* embryonic connections dropped */1230 u_int32_t tcps_closed; /* conn. closed (includes drops) */1231 u_int32_t tcps_segstimed; /* segs where we tried to get rtt */1232 u_int32_t tcps_rttupdated; /* times we succeeded */1233 u_int32_t tcps_delack; /* delayed acks sent */[all …]
150 struct tcpstat tcpstat; variable