Home
last modified time | relevance | path

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

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