Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/file.h>
#include <net/sock.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_owner.h>
Go to the source code of this file.
Functions | |
module_init (owner_mt_init) | |
module_exit (owner_mt_exit) | |
MODULE_AUTHOR ("Jan Engelhardt <[email protected]>") | |
MODULE_DESCRIPTION ("Xtables: socket owner matching") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("ipt_owner") | |
MODULE_ALIAS ("ip6t_owner") | |
MODULE_ALIAS | ( | "ipt_owner" | ) |
MODULE_ALIAS | ( | "ip6t_owner" | ) |
MODULE_AUTHOR | ( | "Jan Engelhardt <[email protected]>" | ) |
module_exit | ( | owner_mt_exit | ) |
module_init | ( | owner_mt_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |