netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stmt_ops Struct Reference

#include <statement.h>

Data Fields

enum stmt_types type
 
const char * name
 
void(* destroy )(struct stmt *stmt)
 
void(* print )(const struct stmt *stmt)
 

Field Documentation

void(* stmt_ops::destroy)(struct stmt *stmt)

Referenced by stmt_free().

const char* stmt_ops::name

Referenced by stmt_evaluate().

void(* stmt_ops::print)(const struct stmt *stmt)

Referenced by rule_print(), and stmt_print().

enum stmt_types stmt_ops::type

Referenced by stmt_evaluate().


The documentation for this struct was generated from the following file: