|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/slab.h>#include <linux/net.h>#include <linux/gcd.h>#include <net/ip_vs.h>Go to the source code of this file.
Data Structures | |
| struct | ip_vs_wrr_mark |
Macros | |
| #define | KMSG_COMPONENT "IPVS" |
| #define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
Functions | |
| module_init (ip_vs_wrr_init) | |
| module_exit (ip_vs_wrr_cleanup) | |
| MODULE_LICENSE ("GPL") | |
| #define KMSG_COMPONENT "IPVS" |
Definition at line 21 of file ip_vs_wrr.c.
| #define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 22 of file ip_vs_wrr.c.
| module_exit | ( | ip_vs_wrr_cleanup | ) |
| module_init | ( | ip_vs_wrr_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2