Linux Kernel
3.7.1
|
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4.h>
#include <net/ip_vs.h>
Go to the source code of this file.
Macros | |
#define | KMSG_COMPONENT "IPVS" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
#define | PORT_ISAKMP 500 |
#define KMSG_COMPONENT "IPVS" |
Definition at line 13 of file ip_vs_proto_ah_esp.c.
#define PORT_ISAKMP 500 |
Definition at line 41 of file ip_vs_proto_ah_esp.c.
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 14 of file ip_vs_proto_ah_esp.c.