Searched defs:tcpstat (Results 1 – 4 of 4) sorted by relevance
937 struct tcpstat { struct938 uint64_t tcps_connattempt; /* connections initiated */939 uint64_t tcps_accepts; /* connections accepted */940 uint64_t tcps_connects; /* connections established */941 uint64_t tcps_drops; /* connections dropped */942 uint64_t tcps_conndrops; /* embryonic connections dropped */943 uint64_t tcps_minmssdrops; /* average minmss too low drops */944 uint64_t tcps_closed; /* conn. closed (includes drops) */945 uint64_t tcps_segstimed; /* segs where we tried to get rtt */946 uint64_t tcps_rttupdated; /* times we succeeded */[all …]
48 static struct tcpstat tcpstat; variable
221 struct tcpstat tcpstat; in getentropy_fallback() local
576 struct tcpstat tcpstat; in tcp_stats() local