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
|
* 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
|
* 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
|
* 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
|
* shall be increased by TCPSTAT_INC() or KMOD_TCPSTAT_INC(). Adding a new
|
||||||
* new counter also requires adding corresponding SDT probes into in_kdtrace.h
|
* counter also requires adding corresponding SDT probes into in_kdtrace.h and
|
||||||
* and into in_kdtrace.c.
|
* into in_kdtrace.c.
|
||||||
*/
|
*/
|
||||||
struct tcpstat {
|
struct tcpstat {
|
||||||
uint64_t tcps_connattempt; /* connections initiated */
|
uint64_t tcps_connattempt; /* connections initiated */
|
||||||
|
|||||||
Reference in New Issue
Block a user