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

#include <nft.h>

Collaboration diagram for nft_handle:

Data Fields

int family
 
struct mnl_socketnl
 
uint32_t portid
 
uint32_t seq
 
struct list_head obj_list
 
int obj_list_num
 
struct mnl_nlmsg_batchbatch
 
struct nft_family_opsops
 
struct builtin_tabletables
 
bool restore
 
bool batch_support
 

Field Documentation

struct mnl_nlmsg_batch* nft_handle::batch

Referenced by nft_fini(), and nft_init().

struct mnl_socket* nft_handle::nl

Referenced by mnl_talk(), nft_fini(), and nft_init().

struct list_head nft_handle::obj_list

Referenced by nft_init(), and nft_rule_list().

int nft_handle::obj_list_num
struct nft_family_ops* nft_handle::ops

Referenced by do_commandarp(), and do_commandx().

uint32_t nft_handle::portid

Referenced by mnl_talk(), and nft_init().

bool nft_handle::restore

Referenced by nft_xtables_config_load().

struct builtin_table* nft_handle::tables

Referenced by nft_init().


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