Searched defs:tcp_stats (Results 1 – 2 of 2) sorted by relevance
339 struct tcp_stats { struct340 u_long tcps_connattempt; /* connections initiated */341 u_long tcps_accepts; /* connections accepted */342 u_long tcps_connects; /* connections established */343 u_long tcps_drops; /* connections dropped */344 u_long tcps_conndrops; /* embryonic connections dropped */345 u_long tcps_minmssdrops; /* average minmss too low drops */346 u_long tcps_closed; /* conn. closed (includes drops) */347 u_long tcps_segstimed; /* segs where we tried to get rtt */348 u_long tcps_rttupdated; /* times we succeeded */[all …]
393 tcp_stats(u_long off __unused, const char *name, int af1 __unused) in tcp_stats() function