FreeBSD kernel CXGBE device code
tp_tcp_stats Struct Reference

#include <common.h>

Data Fields

u32 tcp_out_rsts
 
u64 tcp_in_segs
 
u64 tcp_out_segs
 
u64 tcp_retrans_segs
 

Detailed Description

Definition at line 179 of file common.h.

Field Documentation

◆ tcp_in_segs

u64 tp_tcp_stats::tcp_in_segs

Definition at line 181 of file common.h.

Referenced by sysctl_tcp_stats(), and t4_tp_get_tcp_stats().

◆ tcp_out_rsts

u32 tp_tcp_stats::tcp_out_rsts

Definition at line 180 of file common.h.

Referenced by sysctl_tcp_stats(), and t4_tp_get_tcp_stats().

◆ tcp_out_segs

u64 tp_tcp_stats::tcp_out_segs

Definition at line 182 of file common.h.

Referenced by sysctl_tcp_stats(), and t4_tp_get_tcp_stats().

◆ tcp_retrans_segs

u64 tp_tcp_stats::tcp_retrans_segs

Definition at line 183 of file common.h.

Referenced by sysctl_tcp_stats(), and t4_tp_get_tcp_stats().


The documentation for this struct was generated from the following file: