|
Linux Kernel
3.7.1
|
#include <packet_history.h>
Data Fields | |
| u64 | tfrchrx_seqno:48 |
| u64 | tfrchrx_ccval:4 |
| u64 | tfrchrx_type:4 |
| u64 | tfrchrx_ndp:48 |
| ktime_t | tfrchrx_tstamp |
tfrc_rx_hist_entry - Store information about a single received packet : DCCP packet sequence number : window counter value of packet (RFC 4342, 8.1) : the NDP count (if any) of the packet : actual receive time of packet
Definition at line 79 of file packet_history.h.
| u64 tfrchrx_ccval |
Definition at line 80 of file packet_history.h.
| u64 tfrchrx_ndp |
Definition at line 83 of file packet_history.h.
| u64 tfrchrx_seqno |
Definition at line 80 of file packet_history.h.
| ktime_t tfrchrx_tstamp |
Definition at line 84 of file packet_history.h.
| u64 tfrchrx_type |
Definition at line 80 of file packet_history.h.
1.8.2