Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ccid2.h File Reference
#include <linux/timer.h>
#include <linux/types.h>
#include "../ccid.h"
#include "../dccp.h"

Go to the source code of this file.

Data Structures

struct  ccid2_seq
 
struct  ccid2_hc_tx_sock
 
struct  ccid2_hc_rx_sock
 

Macros

#define ccid2_time_stamp   tcp_time_stamp
 
#define NUMDUPACK   3
 
#define CCID2_SEQBUF_LEN   1024
 
#define CCID2_SEQBUF_MAX   128
 
#define CCID2_WIN_CHANGE_FACTOR   5
 

Macro Definition Documentation

#define CCID2_SEQBUF_LEN   1024

Definition at line 43 of file ccid2.h.

#define CCID2_SEQBUF_MAX   128

Definition at line 44 of file ccid2.h.

#define ccid2_time_stamp   tcp_time_stamp

Definition at line 30 of file ccid2.h.

#define CCID2_WIN_CHANGE_FACTOR   5

Definition at line 50 of file ccid2.h.

#define NUMDUPACK   3

Definition at line 33 of file ccid2.h.