Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
xt_set.c File Reference
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_set.h>
#include <linux/netfilter/ipset/ip_set_timeout.h>

Go to the source code of this file.

Macros

#define ADT_OPT(n, f, d, fs, cfs, t)
 
#define ADT_MOPT(n, f, d, fs, cfs, t)
 
#define set_target_v2_checkentry   set_target_v1_checkentry
 
#define set_target_v2_destroy   set_target_v1_destroy
 

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Jozsef Kadlecsik <[email protected]>")
 
 MODULE_DESCRIPTION ("Xtables: IP set match and target module")
 
 MODULE_ALIAS ("xt_SET")
 
 MODULE_ALIAS ("ipt_set")
 
 MODULE_ALIAS ("ip6t_set")
 
 MODULE_ALIAS ("ipt_SET")
 
 MODULE_ALIAS ("ip6t_SET")
 
 module_init (xt_set_init)
 
 module_exit (xt_set_fini)
 

Macro Definition Documentation

#define ADT_MOPT (   n,
  f,
  d,
  fs,
  cfs,
  t 
)
Value:
struct ip_set_adt_opt n = { \
.family = f, \
.dim = d, \
.flags = fs, \
.cmdflags = cfs, \
.timeout = t, \
}

Definition at line 48 of file xt_set.c.

#define ADT_OPT (   n,
  f,
  d,
  fs,
  cfs,
  t 
)
Value:
const struct ip_set_adt_opt n = { \
.family = f, \
.dim = d, \
.flags = fs, \
.cmdflags = cfs, \
.timeout = t, \
}

Definition at line 40 of file xt_set.c.

#define set_target_v2_checkentry   set_target_v1_checkentry

Definition at line 325 of file xt_set.c.

#define set_target_v2_destroy   set_target_v1_destroy

Definition at line 326 of file xt_set.c.

Function Documentation

MODULE_ALIAS ( "xt_SET"  )
MODULE_ALIAS ( "ipt_set"  )
MODULE_ALIAS ( "ip6t_set"  )
MODULE_ALIAS ( "ipt_SET"  )
MODULE_ALIAS ( "ip6t_SET"  )
MODULE_AUTHOR ( "Jozsef Kadlecsik <[email protected]>"  )
MODULE_DESCRIPTION ( "Xtables: IP set match and target module )
module_exit ( xt_set_fini  )
module_init ( xt_set_init  )
MODULE_LICENSE ( "GPL"  )