Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tcp_scalable.c File Reference
#include <linux/module.h>
#include <net/tcp.h>

Go to the source code of this file.

Macros

#define TCP_SCALABLE_AI_CNT   50U
 
#define TCP_SCALABLE_MD_SCALE   3
 

Functions

 module_init (tcp_scalable_register)
 
 module_exit (tcp_scalable_unregister)
 
 MODULE_AUTHOR ("John Heffner")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Scalable TCP")
 

Macro Definition Documentation

#define TCP_SCALABLE_AI_CNT   50U

Definition at line 15 of file tcp_scalable.c.

#define TCP_SCALABLE_MD_SCALE   3

Definition at line 16 of file tcp_scalable.c.

Function Documentation

MODULE_AUTHOR ( "John Heffner"  )
MODULE_DESCRIPTION ( "Scalable TCP )
module_exit ( tcp_scalable_unregister  )
module_init ( tcp_scalable_register  )
MODULE_LICENSE ( "GPL"  )