Searched defs:tcpstat (Results 1 – 5 of 5) sorted by relevance
169 struct tcpstat { struct170 u_long tcps_connattempt; /* connections initiated */171 u_long tcps_accepts; /* connections accepted */172 u_long tcps_connects; /* connections established */173 u_long tcps_drops; /* connections dropped */174 u_long tcps_conndrops; /* embryonic connections dropped */175 u_long tcps_closed; /* conn. closed (includes drops) */176 u_long tcps_segstimed; /* segs where we tried to get rtt */177 u_long tcps_rttupdated; /* times we succeeded */178 u_long tcps_delack; /* delayed acks sent */[all …]
36 struct tcpstat tcpstat; /* tcp statistics */ variable
173 struct tcpstat { struct174 u_long tcps_connattempt; /* connections initiated */175 u_long tcps_accepts; /* connections accepted */176 u_long tcps_connects; /* connections established */177 u_long tcps_drops; /* connections dropped */178 u_long tcps_conndrops; /* embryonic connections dropped */179 u_long tcps_closed; /* conn. closed (includes drops) */180 u_long tcps_segstimed; /* segs where we tried to get rtt */181 u_long tcps_rttupdated; /* times we succeeded */182 u_long tcps_delack; /* delayed acks sent */[all …]
366 struct tcpstat struct368 inet_prefix local;369 inet_prefix remote;370 int lport;371 int rport;372 int state;373 int rq, wq;374 int timer;375 int timeout;376 int retrs;[all …]