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

#include <parser.h>

Collaboration diagram for parser_state:

Data Fields

struct input_descriptorindesc
 
struct input_descriptor indescs [MAX_INCLUDE_DEPTH]
 
unsigned int indesc_idx
 
struct list_headmsgs
 
unsigned int nerrs
 
struct scope top_scope
 
struct scopescopes [SCOPE_NEST_MAX]
 
unsigned int scope
 
struct list_head cmds
 
struct eval_ctx ectx
 

Field Documentation

struct list_head parser_state::cmds

Referenced by nft_run().

struct eval_ctx parser_state::ectx
struct input_descriptor* parser_state::indesc
unsigned int parser_state::indesc_idx
struct input_descriptor parser_state::indescs[MAX_INCLUDE_DEPTH]
struct list_head* parser_state::msgs
unsigned int parser_state::nerrs

Referenced by nft_run().

unsigned int parser_state::scope
struct scope* parser_state::scopes[SCOPE_NEST_MAX]
struct scope parser_state::top_scope

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