Home
last modified time | relevance | path

Searched defs:tcpstat (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_var.h105 struct tcpstat { struct
106 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 …]