|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/if_ether.h>#include <linux/if_packet.h>#include <linux/in.h>#include <linux/ip.h>#include <linux/ipv6.h>#include <linux/netfilter/xt_pkttype.h>#include <linux/netfilter/x_tables.h>Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Michal Ludvig <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: link layer packet type match") | |
| MODULE_ALIAS ("ipt_pkttype") | |
| MODULE_ALIAS ("ip6t_pkttype") | |
| module_init (pkttype_mt_init) | |
| module_exit (pkttype_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_pkttype" | ) |
| MODULE_ALIAS | ( | "ip6t_pkttype" | ) |
| MODULE_AUTHOR | ( | "Michal Ludvig <[email protected]>" | ) |
| module_exit | ( | pkttype_mt_exit | ) |
| module_init | ( | pkttype_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2