#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
#include <linux/rtnetlink.h>
#include <linux/module.h>
#include <linux/init.h>
#include <net/netlink.h>
#include <net/pkt_sched.h>
#include <linux/tc_act/tc_gact.h>
#include <net/tc_act/tc_gact.h>
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Jamal Hadi Salim(2002-4)" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Generic Classifier actions" |
| ) |
|
module_exit |
( |
gact_cleanup_module |
| ) |
|
module_init |
( |
gact_init_module |
| ) |
|