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

#include <ackvec.h>

Data Fields

u8vec
 
u8 len
 
u8 nonce:1
 
struct list_head node
 

Detailed Description

struct dccp_ackvec_parsed - Record offsets of Ack Vectors in skb : start of vector (offset into skb) : length of : whether had an ECN nonce of 0 or 1 : FIFO - arranged in descending order of ack_ackno

This structure is used by CCIDs to access Ack Vectors in a received skb.

Definition at line 129 of file ackvec.h.

Field Documentation

u8 len

Definition at line 130 of file ackvec.h.

Definition at line 133 of file ackvec.h.

u8 nonce

Definition at line 130 of file ackvec.h.

u8* vec

Definition at line 130 of file ackvec.h.


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