iPXE
Data Fields
tcp_statistics Struct Reference

TCP statistics. More...

#include <tcp.h>

Data Fields

unsigned long in_segs
 Number of packets received. More...
 
unsigned long in_discards
 Total number of packets discarded due to lack of memory. More...
 
unsigned long in_out_of_order
 Total number of packets received out of order. More...
 
unsigned long in_octets
 Number of octets received (including duplicate data) More...
 
unsigned long in_octets_good
 Number of octets processed and passed to upper layer. More...
 

Detailed Description

TCP statistics.

Definition at line 444 of file tcp.h.

Field Documentation

◆ in_segs

unsigned long tcp_statistics::in_segs

Number of packets received.

Definition at line 446 of file tcp.h.

Referenced by ipstat(), and tcp_rx().

◆ in_discards

unsigned long tcp_statistics::in_discards

Total number of packets discarded due to lack of memory.

Definition at line 448 of file tcp.h.

Referenced by ipstat(), and tcp_discard().

◆ in_out_of_order

unsigned long tcp_statistics::in_out_of_order

Total number of packets received out of order.

Definition at line 450 of file tcp.h.

Referenced by ipstat(), and tcp_rx_enqueue().

◆ in_octets

unsigned long tcp_statistics::in_octets

Number of octets received (including duplicate data)

Definition at line 453 of file tcp.h.

Referenced by ipstat(), and tcp_rx().

◆ in_octets_good

unsigned long tcp_statistics::in_octets_good

Number of octets processed and passed to upper layer.

Definition at line 455 of file tcp.h.

Referenced by ipstat(), and tcp_rx_data().


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