#include <linux/types.h>
#include <linux/module.h>
#include <net/ip.h>
#include <linux/ipv6.h>
#include <net/ipv6.h>
#include <net/tcp.h>
#include <net/udp.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_tcpudp.h>
#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
Go to the source code of this file.
#define FWINVTCP |
( |
|
bool, |
|
|
|
invflg |
|
) |
| ((bool) ^ !!(tcpinfo->invflags & (invflg))) |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"xt_tcp" |
| ) |
|
MODULE_ALIAS |
( |
"xt_udp" |
| ) |
|
MODULE_ALIAS |
( |
"ipt_udp" |
| ) |
|
MODULE_ALIAS |
( |
"ipt_tcp" |
| ) |
|
MODULE_ALIAS |
( |
"ip6t_udp" |
| ) |
|
MODULE_ALIAS |
( |
"ip6t_tcp" |
| ) |
|
module_exit |
( |
tcpudp_mt_exit |
| ) |
|
module_init |
( |
tcpudp_mt_init |
| ) |
|