Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
ip_vs_dh.c File Reference
#include <linux/ip.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <net/ip_vs.h>

Go to the source code of this file.

Data Structures

struct  ip_vs_dh_bucket
 

Macros

#define KMSG_COMPONENT   "IPVS"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 
#define CONFIG_IP_VS_DH_TAB_BITS   8
 
#define IP_VS_DH_TAB_BITS   CONFIG_IP_VS_DH_TAB_BITS
 
#define IP_VS_DH_TAB_SIZE   (1 << IP_VS_DH_TAB_BITS)
 
#define IP_VS_DH_TAB_MASK   (IP_VS_DH_TAB_SIZE - 1)
 

Functions

 module_init (ip_vs_dh_init)
 
 module_exit (ip_vs_dh_cleanup)
 
 MODULE_LICENSE ("GPL")
 

Variables

struct ip_vs_dh_bucket __attribute__
 

Macro Definition Documentation

#define CONFIG_IP_VS_DH_TAB_BITS   8

Definition at line 61 of file ip_vs_dh.c.

#define IP_VS_DH_TAB_BITS   CONFIG_IP_VS_DH_TAB_BITS

Definition at line 63 of file ip_vs_dh.c.

#define IP_VS_DH_TAB_MASK   (IP_VS_DH_TAB_SIZE - 1)

Definition at line 65 of file ip_vs_dh.c.

#define IP_VS_DH_TAB_SIZE   (1 << IP_VS_DH_TAB_BITS)

Definition at line 64 of file ip_vs_dh.c.

#define KMSG_COMPONENT   "IPVS"

Definition at line 38 of file ip_vs_dh.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 39 of file ip_vs_dh.c.

Function Documentation

module_exit ( ip_vs_dh_cleanup  )
module_init ( ip_vs_dh_init  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation