Searched defs:tcpstat (Results 1 – 4 of 4) sorted by relevance
436 struct tcpstat { struct437 uint64_t tcps_connattempt; /* connections initiated */438 uint64_t tcps_accepts; /* connections accepted */439 uint64_t tcps_connects; /* connections established */440 uint64_t tcps_drops; /* connections dropped */441 uint64_t tcps_conndrops; /* embryonic connections dropped */442 uint64_t tcps_minmssdrops; /* average minmss too low drops */443 uint64_t tcps_closed; /* conn. closed (includes drops) */444 uint64_t tcps_segstimed; /* segs where we tried to get rtt */445 uint64_t tcps_rttupdated; /* times we succeeded */[all …]
48 static struct tcpstat tcpstat; variable
233 struct tcpstat tcpstat; in getentropy_fallback() local
596 struct tcpstat tcpstat; in tcp_stats() local