Searched defs:tcpstat (Results 1 – 1 of 1) sorted by relevance
105 struct tcpstat { struct106 uint_t tcps_connattempt; /* connections initiated */107 uint_t tcps_accepts; /* connections accepted */108 uint_t tcps_connects; /* connections established */109 uint_t tcps_drops; /* connections dropped */110 uint_t tcps_conndrops; /* embryonic connections dropped */111 uint_t tcps_closed; /* conn. closed (includes drops) */112 uint_t tcps_segstimed; /* segs where we tried to get rtt */113 uint_t tcps_rttupdated; /* times we succeeded */114 uint_t tcps_delack; /* delayed acks sent */[all …]