Linux Kernel
3.7.1
|
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/kernel.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4.h>
#include <linux/udp.h>
#include <net/ip_vs.h>
#include <net/ip.h>
#include <net/ip6_checksum.h>
Go to the source code of this file.
Macros | |
#define | KMSG_COMPONENT "IPVS" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
Variables | |
struct ip_vs_protocol | ip_vs_protocol_udp |
#define KMSG_COMPONENT "IPVS" |
Definition at line 17 of file ip_vs_proto_udp.c.
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 18 of file ip_vs_proto_udp.c.
struct ip_vs_protocol ip_vs_protocol_udp |
Definition at line 489 of file ip_vs_proto_udp.c.