struct table - nftables table More...
#include <rule.h>

Data Fields | |
| struct list_head | list |
| struct handle | handle |
| struct location | location |
| struct scope | scope |
| struct list_head | chains |
| struct list_head | sets |
struct table - nftables table
: list node : table handle : location the table was defined at : chains contained in the table : sets contained in the table
Referenced by chain_add_hash(), chain_lookup(), table_alloc(), and table_free().
Referenced by table_free(), and table_lookup().
Referenced by table_add_hash(), and table_lookup().
Referenced by table_alloc(), and table_free().
Referenced by set_add_hash(), set_lookup(), and table_alloc().