netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libxt_cluster.c File Reference
#include <stdio.h>
#include <xtables.h>
#include <linux/netfilter/xt_cluster.h>
Include dependency graph for libxt_cluster.c:

Macros

#define s   struct xt_cluster_match_info
 

Enumerations

enum  {
  O_CL_TOTAL_NODES = 0,
  O_CL_LOCAL_NODE,
  O_CL_LOCAL_NODEMASK,
  O_CL_HASH_SEED,
  F_CL_TOTAL_NODES = 1 << O_CL_TOTAL_NODES,
  F_CL_LOCAL_NODE = 1 << O_CL_LOCAL_NODE,
  F_CL_LOCAL_NODEMASK = 1 << O_CL_LOCAL_NODEMASK,
  F_CL_HASH_SEED = 1 << O_CL_HASH_SEED
}
 

Functions

void _init (void)
 

Macro Definition Documentation

#define s   struct xt_cluster_match_info

Enumeration Type Documentation

anonymous enum
Enumerator
O_CL_TOTAL_NODES 
O_CL_LOCAL_NODE 
O_CL_LOCAL_NODEMASK 
O_CL_HASH_SEED 
F_CL_TOTAL_NODES 
F_CL_LOCAL_NODE 
F_CL_LOCAL_NODEMASK 
F_CL_HASH_SEED 

Function Documentation

void _init ( void  )

References xtables_register_match().

Here is the call graph for this function: