|
Linux Kernel
3.7.1
|
#include <linux/ktime.h>#include <linux/module.h>#include <linux/skbuff.h>#include <linux/types.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_time.h>Go to the source code of this file.
Data Structures | |
| struct | xtm |
Enumerations | |
| enum | { DSE_FIRST = 2039, SECONDS_PER_DAY = 86400 } |
Functions | |
| module_init (time_mt_init) | |
| module_exit (time_mt_exit) | |
| MODULE_AUTHOR ("Jan Engelhardt <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: time-based matching") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("ipt_time") | |
| MODULE_ALIAS ("ip6t_time") | |
Variables | |
| struct timezone | sys_tz |
| MODULE_ALIAS | ( | "ipt_time" | ) |
| MODULE_ALIAS | ( | "ip6t_time" | ) |
| MODULE_AUTHOR | ( | "Jan Engelhardt <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Xtables: time-based matching" | ) |
| module_exit | ( | time_mt_exit | ) |
| module_init | ( | time_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2