#include <nft.h>
Data Fields | |
int | family |
struct mnl_socket * | nl |
uint32_t | portid |
uint32_t | seq |
struct list_head | obj_list |
int | obj_list_num |
struct mnl_nlmsg_batch * | batch |
struct nft_family_ops * | ops |
struct builtin_table * | tables |
bool | restore |
bool | batch_support |
struct mnl_nlmsg_batch* nft_handle::batch |
Referenced by nft_fini(), and nft_init().
bool nft_handle::batch_support |
Referenced by nft_chain_set(), nft_chain_user_add(), nft_chain_user_del(), nft_chain_user_rename(), nft_chain_zero_counters(), and nft_init().
int nft_handle::family |
struct mnl_socket* nft_handle::nl |
Referenced by mnl_talk(), nft_fini(), and nft_init().
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().
uint32_t nft_handle::seq |
Referenced by mnl_talk(), nft_chain_add(), nft_chain_user_add(), nft_chain_user_rename(), nft_chain_zero_counters(), and nft_table_add().
struct builtin_table* nft_handle::tables |
Referenced by nft_init().