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

struct table - nftables table More...

#include <rule.h>

Collaboration diagram for table:

Data Fields

struct list_head list
 
struct handle handle
 
struct location location
 
struct scope scope
 
struct list_head chains
 
struct list_head sets
 

Detailed Description

struct table - nftables table

: list node : table handle : location the table was defined at : chains contained in the table : sets contained in the table

Field Documentation

struct handle table::handle

Referenced by table_free(), and table_lookup().

struct list_head table::list

Referenced by table_add_hash(), and table_lookup().

struct location table::location
struct scope table::scope

Referenced by table_alloc(), and table_free().

struct list_head table::sets

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