#include <internal.h>
Data Fields | |
struct list_head | head |
uint32_t | family |
uint32_t | set_flags |
const char * | table |
const char * | name |
uint32_t | key_type |
uint32_t | key_len |
uint32_t | data_type |
uint32_t | data_len |
uint32_t | id |
enum nft_set_policies | policy |
struct { | |
uint32_t size | |
} | desc |
struct list_head | element_list |
uint32_t | flags |
uint32_t nft_set::data_len |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_nlmsg_build_payload(), and nft_set_nlmsg_parse().
uint32_t nft_set::data_type |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_nlmsg_build_payload(), and nft_set_nlmsg_parse().
struct { ... } nft_set::desc |
Referenced by nft_set_attr_get_data(), and nft_set_attr_set_data().
uint32_t nft_set::family |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_elems_nlmsg_parse(), and nft_set_nlmsg_parse().
uint32_t nft_set::flags |
uint32_t nft_set::id |
uint32_t nft_set::key_len |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_nlmsg_build_payload(), and nft_set_nlmsg_parse().
uint32_t nft_set::key_type |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_nlmsg_build_payload(), and nft_set_nlmsg_parse().
const char* nft_set::name |
enum nft_set_policies nft_set::policy |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_nlmsg_build_payload(), and nft_set_nlmsg_parse().
uint32_t nft_set::set_flags |
Referenced by nft_set_attr_get_data(), nft_set_attr_set_data(), nft_set_nlmsg_build_payload(), and nft_set_nlmsg_parse().
uint32_t nft_set::size |
Referenced by nft_set_attr_get_data(), and nft_set_attr_set_data().
const char* nft_set::table |