Searched defs:tcpstat (Results 1 – 3 of 3) sorted by relevance
153 struct tcpstat { struct154 u_long tcps_connattempt; /* connections initiated */155 u_long tcps_accepts; /* connections accepted */156 u_long tcps_connects; /* connections established */157 u_long tcps_drops; /* connections dropped */158 u_long tcps_conndrops; /* embryonic connections dropped */159 u_long tcps_closed; /* conn. closed (includes drops) */160 u_long tcps_segstimed; /* segs where we tried to get rtt */161 u_long tcps_rttupdated; /* times we succeeded */162 u_long tcps_delack; /* delayed acks sent */[all …]
135 struct tcpstat tcpstat; local
42 struct tcp_stat tcpstat; variable