|
struct nfnl_nft_set * | nfnl_nft_set_alloc (void) |
|
void | nfnl_nft_set_get (struct nfnl_nft_set *) |
|
void | nfnl_nft_set_put (struct nfnl_nft_set *) |
|
int | nfnl_nft_set_alloc_cache (struct nl_sock *, int, const char *, struct nl_cache **) |
| Build a set cache holding all nf_tables sets currently in the kernel. More...
|
|
int | nfnlmsg_nft_set_group (struct nlmsghdr *) |
|
int | nfnlmsg_nft_set_parse (struct nlmsghdr *, struct nfnl_nft_set **) |
|
int | nfnl_nft_set_dump_request (struct nl_sock *, int, const char *) |
|
int | nfnl_nft_set_build_add_request (struct nfnl_nft_set *, int, struct nl_msg **) |
|
int | nfnl_nft_set_add (struct nl_sock *, struct nfnl_nft_set *, int) |
|
int | nfnl_nft_set_build_delete_request (struct nfnl_nft_set *, int, struct nl_msg **) |
|
int | nfnl_nft_set_delete (struct nl_sock *, struct nfnl_nft_set *, int) |
|
int | nfnl_nft_set_build_query_request (struct nfnl_nft_set *, int, struct nl_msg **) |
|
int | nfnl_nft_set_query (struct nl_sock *, struct nfnl_nft_set *, int) |
|
void | nfnl_nft_set_set_family (struct nfnl_nft_set *, uint8_t) |
|
int | nfnl_nft_set_test_family (const struct nfnl_nft_set *) |
|
uint8_t | nfnl_nft_set_get_family (const struct nfnl_nft_set *) |
|
int | nfnl_nft_set_set_table (struct nfnl_nft_set *, const char *, int) |
|
int | nfnl_nft_set_test_table (const struct nfnl_nft_set *) |
|
const char * | nfnl_nft_set_get_table (const struct nfnl_nft_set *) |
|
int | nfnl_nft_set_set_name (struct nfnl_nft_set *, const char *, int) |
|
int | nfnl_nft_set_test_name (const struct nfnl_nft_set *) |
|
const char * | nfnl_nft_set_get_name (const struct nfnl_nft_set *) |
|
void | nfnl_nft_set_set_flags (struct nfnl_nft_set *, uint32_t) |
|
int | nfnl_nft_set_test_flags (const struct nfnl_nft_set *) |
|
uint32_t | nfnl_nft_set_get_flags (const struct nfnl_nft_set *) |
|
void | nfnl_nft_set_set_keytype (struct nfnl_nft_set *, enum nft_data_types) |
|
int | nfnl_nft_set_test_keytype (const struct nfnl_nft_set *) |
|
enum nft_data_types | nfnl_nft_set_get_keytype (const struct nfnl_nft_set *) |
|
void | nfnl_nft_set_set_keylen (struct nfnl_nft_set *, uint32_t) |
|
int | nfnl_nft_set_test_keylen (const struct nfnl_nft_set *) |
|
uint32_t | nfnl_nft_set_get_keylen (const struct nfnl_nft_set *) |
|
void | nfnl_nft_set_set_datatype (struct nfnl_nft_set *, enum nft_data_types) |
|
int | nfnl_nft_set_test_datatype (const struct nfnl_nft_set *) |
|
enum nft_data_types | nfnl_nft_set_get_datatype (const struct nfnl_nft_set *) |
|
void | nfnl_nft_set_set_datalen (struct nfnl_nft_set *, uint32_t) |
|
int | nfnl_nft_set_test_datalen (const struct nfnl_nft_set *) |
|
uint32_t | nfnl_nft_set_get_datalen (const struct nfnl_nft_set *) |
|
char * | nfnl_nft_set_flags2str (uint32_t, char *, size_t) |
|
uint32_t | nfnl_nft_set_str2flags (const char *) |
|