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

Data Structures

struct  xt_connmark_target_info
 

Macros

#define s   struct xt_connmark_target_info
 
#define s   struct xt_connmark_tginfo1
 

Enumerations

enum  {
  O_SET_MARK = 0,
  O_SAVE_MARK,
  O_RESTORE_MARK,
  O_AND_MARK,
  O_OR_MARK,
  O_XOR_MARK,
  O_SET_XMARK,
  O_CTMASK,
  O_NFMASK,
  O_MASK,
  F_SET_MARK = 1 << O_SET_MARK,
  F_SAVE_MARK = 1 << O_SAVE_MARK,
  F_RESTORE_MARK = 1 << O_RESTORE_MARK,
  F_AND_MARK = 1 << O_AND_MARK,
  F_OR_MARK = 1 << O_OR_MARK,
  F_XOR_MARK = 1 << O_XOR_MARK,
  F_SET_XMARK = 1 << O_SET_XMARK,
  F_CTMASK = 1 << O_CTMASK,
  F_NFMASK = 1 << O_NFMASK,
  F_MASK = 1 << O_MASK,
  F_OP_ANY
}
 

Functions

void _init (void)
 

Macro Definition Documentation

#define s   struct xt_connmark_tginfo1

Enumeration Type Documentation

anonymous enum
Enumerator
O_SET_MARK 
O_SAVE_MARK 
O_RESTORE_MARK 
O_AND_MARK 
O_OR_MARK 
O_XOR_MARK 
O_SET_XMARK 
O_CTMASK 
O_NFMASK 
O_MASK 
F_SET_MARK 
F_SAVE_MARK 
F_RESTORE_MARK 
F_AND_MARK 
F_OR_MARK 
F_XOR_MARK 
F_SET_XMARK 
F_CTMASK 
F_NFMASK 
F_MASK 
F_OP_ANY 

Function Documentation

void _init ( void  )

References ARRAY_SIZE, and xtables_register_targets().

Here is the call graph for this function: