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

#include <ackvec.h>

Data Fields

struct list_head avr_node
 
u64 avr_ack_seqno:48
 
u64 avr_ack_ackno:48
 
u16 avr_ack_ptr
 
u8 avr_ack_runlen
 
u8 avr_ack_nonce:1
 

Detailed Description

struct dccp_ackvec_record - Records information about sent Ack Vectors

These list entries define the additional information which the HC-Receiver keeps about recently-sent Ack Vectors; again refer to RFC 4340, Appendix A.

: the list node in : sequence number of the packet the Ack Vector was sent on : the Ack number that this record/Ack Vector refers to : pointer into where this record starts : run length of at the time of sending : the sum of 's at the time this record was sent

The list as a whole is sorted in descending order by .

Definition at line 95 of file ackvec.h.

Field Documentation

u64 avr_ack_ackno

Definition at line 98 of file ackvec.h.

u8 avr_ack_nonce

Definition at line 101 of file ackvec.h.

u16 avr_ack_ptr

Definition at line 99 of file ackvec.h.

u8 avr_ack_runlen

Definition at line 100 of file ackvec.h.

u64 avr_ack_seqno

Definition at line 97 of file ackvec.h.

struct list_head avr_node

Definition at line 96 of file ackvec.h.


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