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

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
 

Detailed Description

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)

Field Documentation

const char* handle::comment
uint64_t handle::position
const char* handle::set
uint32_t handle::set_id

Referenced by alloc_nft_set().


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