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

Go to the source code of this file.

Macros

#define ccid2_pr_debug(format, a...)
 

Functions

 module_param (ccid2_do_cwv, bool, 0644)
 
 MODULE_PARM_DESC (ccid2_do_cwv,"Perform RFC2861 Congestion Window Validation")
 

Variables

struct ccid_operations ccid2_ops
 

Macro Definition Documentation

#define ccid2_pr_debug (   format,
  a... 
)

Definition at line 35 of file ccid2.c.

Function Documentation

module_param ( ccid2_do_cwv  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( ccid2_do_cwv  ,
"Perform RFC2861 Congestion Window Validation"   
)

Variable Documentation

Initial value:
= {
.ccid_id = DCCPC_CCID2,
.ccid_name = "TCP-like",
.ccid_hc_tx_obj_size = sizeof(struct ccid2_hc_tx_sock),
.ccid_hc_tx_init = ccid2_hc_tx_init,
.ccid_hc_tx_exit = ccid2_hc_tx_exit,
.ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
.ccid_hc_tx_packet_sent = ccid2_hc_tx_packet_sent,
.ccid_hc_tx_parse_options = ccid2_hc_tx_parse_options,
.ccid_hc_tx_packet_recv = ccid2_hc_tx_packet_recv,
.ccid_hc_rx_obj_size = sizeof(struct ccid2_hc_rx_sock),
.ccid_hc_rx_packet_recv = ccid2_hc_rx_packet_recv,
}

Definition at line 767 of file ccid2.c.