|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <linux/module.h>#include <linux/skbuff.h>#include <linux/inet_diag.h>#include <net/tcp.h>Go to the source code of this file.
Data Structures | |
| struct | veno |
Macros | |
| #define | V_PARAM_SHIFT 1 |
Functions | |
| module_init (tcp_veno_register) | |
| module_exit (tcp_veno_unregister) | |
| MODULE_AUTHOR ("Bin Zhou, Cheng Peng Fu") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("TCP Veno") | |
| #define V_PARAM_SHIFT 1 |
Definition at line 22 of file tcp_veno.c.
| MODULE_AUTHOR | ( | "Bin | Zhou, |
| Cheng Peng Fu" | |||
| ) |
| MODULE_DESCRIPTION | ( | "TCP Veno" | ) |
| module_exit | ( | tcp_veno_unregister | ) |
| module_init | ( | tcp_veno_register | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2