Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h1200 struct tcpstat { struct
1201 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 …]
H A Dtcp_input.c150 struct tcpstat tcpstat; variable