#include <linux/module.h>
#include <linux/skbuff.h>
#include <net/ip.h>
#include <net/ipv6.h>
#include <net/sctp/sctp.h>
#include <linux/sctp.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_sctp.h>
#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"ipt_sctp" |
| ) |
|
MODULE_ALIAS |
( |
"ip6t_sctp" |
| ) |
|
MODULE_AUTHOR |
( |
"Kiran Kumar Immidi" |
| ) |
|
module_exit |
( |
sctp_mt_exit |
| ) |
|
module_init |
( |
sctp_mt_init |
| ) |
|