struct handle - handle for tables, chains, rules and sets More...
#include <rule.h>
Data Fields | |
uint32_t | family |
const char * | table |
const char * | chain |
const char * | set |
uint64_t | handle |
uint64_t | position |
uint32_t | set_id |
const char * | comment |
struct handle - handle for tables, chains, rules and sets
: protocol family : table name : chain name (chains and rules only) : set name (sets only) : rule handle (rules only) : rule position (rules only) : set ID (sets only) : human-readable comment (rules only)
const char* handle::chain |
const char* handle::comment |
Referenced by alloc_nft_rule(), handle_free(), handle_merge(), and netlink_delinearize_rule().
uint32_t handle::family |
Referenced by alloc_nft_chain(), alloc_nft_rule(), alloc_nft_set(), alloc_nft_table(), chain_print_plain(), handle_merge(), netlink_delinearize_rule(), netlink_dump_ruleset(), netlink_list_chains(), netlink_list_sets(), netlink_list_tables(), set_lookup_global(), set_print_plain(), and table_lookup().
uint64_t handle::handle |
Referenced by alloc_nft_chain(), alloc_nft_rule(), handle_merge(), netlink_delinearize_rule(), and rule_print().
uint64_t handle::position |
Referenced by alloc_nft_rule(), handle_merge(), and netlink_delinearize_rule().
const char* handle::set |
Referenced by alloc_nft_set(), handle_free(), handle_merge(), and set_lookup().
uint32_t handle::set_id |
Referenced by alloc_nft_set().
const char* handle::table |