Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <net/ip_vs.h>
#include <net/netfilter/nf_conntrack.h>
#include <linux/netfilter/nf_conntrack_sip.h>
Go to the source code of this file.
Macros | |
#define | KMSG_COMPONENT "IPVS" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
Functions | |
module_init (ip_vs_sip_init) | |
module_exit (ip_vs_sip_cleanup) | |
MODULE_LICENSE ("GPL") | |
#define KMSG_COMPONENT "IPVS" |
Definition at line 1 of file ip_vs_pe_sip.c.
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 2 of file ip_vs_pe_sip.c.
module_exit | ( | ip_vs_sip_cleanup | ) |
module_init | ( | ip_vs_sip_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |