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

Macros

#define PFX   "CONNSECMARK target: "
 

Enumerations

enum  {
  O_SAVE = 0,
  O_RESTORE,
  F_SAVE = 1 << O_SAVE,
  F_RESTORE = 1 << O_RESTORE
}
 

Functions

void _init (void)
 

Macro Definition Documentation

#define PFX   "CONNSECMARK target: "

Enumeration Type Documentation

anonymous enum
Enumerator
O_SAVE 
O_RESTORE 
F_SAVE 
F_RESTORE 

Function Documentation

void _init ( void  )

References xtables_register_target().

Here is the call graph for this function: