Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tfrc_rx_hist_entry Struct Reference

#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
 

Detailed Description

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.

Field Documentation

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.


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