struct chain - nftables chain More...
#include <rule.h>
Data Fields | |
char * | chain |
char * | policy |
struct xt_counters | count |
int | created |
struct list_head | list |
struct handle | handle |
struct location | location |
uint32_t | flags |
const char * | hookstr |
unsigned int | hooknum |
int | priority |
const char * | type |
struct scope | scope |
struct list_head | rules |
struct chain - nftables chain
: list node in table list : chain handle : location the chain was defined at : chain flags : unified and human readable hook name (base chains) : hook number (base chains) : hook priority (base chains) : chain type : rules contained in the chain
char* chain::chain |
Referenced by chain_alloc(), chain_lookup(), iptables_xml_main(), netlink_get_chain(), netlink_list_chains(), and table_free().
struct xt_counters chain::count |
int chain::created |
uint32_t chain::flags |
Referenced by chain_print_plain().
Referenced by chain_alloc(), chain_free(), chain_lookup(), chain_print_plain(), and netlink_list_chains().
unsigned int chain::hooknum |
Referenced by chain_print_plain().
const char* chain::hookstr |
Referenced by chain_add_hash(), chain_lookup(), netlink_get_chain(), netlink_list_chains(), and table_free().
char* chain::policy |
Referenced by iptables_xml_main().
int chain::priority |
Referenced by chain_print_plain().
Referenced by chain_alloc(), and chain_free().
Referenced by chain_alloc(), and chain_free().
const char* chain::type |
Referenced by chain_print_plain().