|
iPXE
|
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... | |
| unsigned long tcp_statistics::in_segs |
| 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().
| 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().
| unsigned long tcp_statistics::in_octets |
| 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().
1.8.15