|
Lines 751-756
tcp_stats(u_long off, const char *name,
Link Here
|
| 751 |
"{N:/ignored RSTs in the window%s}\n"); |
751 |
"{N:/ignored RSTs in the window%s}\n"); |
| 752 |
p(tcps_connects, "\t{:connections-established/%ju} " |
752 |
p(tcps_connects, "\t{:connections-established/%ju} " |
| 753 |
"{N:/connection%s established (including accepts)}\n"); |
753 |
"{N:/connection%s established (including accepts)}\n"); |
|
|
754 |
p(tcps_usedrtt, "\t\t{:connections-hostcache-rtt/%ju} " |
| 755 |
"{N:/time%s used RTT from hostcache}\n"); |
| 756 |
p(tcps_usedrttvar, "\t\t{:connections-hostcache-rttvar/%ju} " |
| 757 |
"{N:/time%s used RTT variance from hostcache}\n"); |
| 758 |
p(tcps_usedssthresh, "\t\t{:connections-hostcache-ssthresh/%ju} " |
| 759 |
"{N:/time%s used slow-start threshold from hostcache}\n"); |
| 754 |
p2(tcps_closed, tcps_drops, "\t{:connections-closed/%ju} " |
760 |
p2(tcps_closed, tcps_drops, "\t{:connections-closed/%ju} " |
| 755 |
"{N:/connection%s closed (including} " |
761 |
"{N:/connection%s closed (including} " |
| 756 |
"{:connection-drops/%ju} {N:/drop%s})\n"); |
762 |
"{:connection-drops/%ju} {N:/drop%s})\n"); |