Searched defs:tcpstat (Results 1 – 4 of 4) sorted by relevance
966 struct tcpstat { struct967 uint64_t tcps_connattempt; /* connections initiated */968 uint64_t tcps_accepts; /* connections accepted */969 uint64_t tcps_connects; /* connections established */970 uint64_t tcps_drops; /* connections dropped */971 uint64_t tcps_conndrops; /* embryonic connections dropped */972 uint64_t tcps_minmssdrops; /* average minmss too low drops */973 uint64_t tcps_closed; /* conn. closed (includes drops) */974 uint64_t tcps_segstimed; /* segs where we tried to get rtt */975 uint64_t tcps_rttupdated; /* times we succeeded */[all …]
48 static struct tcpstat tcpstat; variable
221 struct tcpstat tcpstat; in getentropy_fallback() local
591 struct tcpstat tcpstat; in tcp_stats() local