tcp: fixup wording in comment
Submitted by: Steffen Nurpmeso <steffen sdaoden.eu>
Fixes: b59753f1d5
This commit is contained in:
@@ -930,9 +930,9 @@ struct in_conninfo;
|
||||
* Global (per-VNET) TCP statistics. The below structure represents what we
|
||||
* export to the userland, but in the kernel we have an array of counter_u64_t
|
||||
* with as many elements as there are members in the structure. The counters
|
||||
* shall be increased by TCPSTAT_INC() or KMOD_TCPSTAT_INC(). Adding new a
|
||||
* new counter also requires adding corresponding SDT probes into in_kdtrace.h
|
||||
* and into in_kdtrace.c.
|
||||
* shall be increased by TCPSTAT_INC() or KMOD_TCPSTAT_INC(). Adding a new
|
||||
* counter also requires adding corresponding SDT probes into in_kdtrace.h and
|
||||
* into in_kdtrace.c.
|
||||
*/
|
||||
struct tcpstat {
|
||||
uint64_t tcps_connattempt; /* connections initiated */
|
||||
|
||||
Reference in New Issue
Block a user