|
| struct nfnl_nft_setelem * | nfnl_nft_setelem_alloc (void) |
| |
| void | nfnl_nft_setelem_get (struct nfnl_nft_setelem *) |
| |
| void | nfnl_nft_setelem_put (struct nfnl_nft_setelem *) |
| |
| int | nfnl_nft_setelem_alloc_cache (struct nl_sock *, struct nfnl_nft_set *, struct nl_cache **) |
| | Build a set cache holding all nf_tables sets currently in the kernel. More...
|
| |
| int | nfnl_nft_setelem_dump_request (struct nl_sock *, struct nfnl_nft_set *) |
| |
| int | nfnl_nft_setelem_add (struct nl_sock *, struct nfnl_nft_set *, struct nl_cache *, int) |
| |
| int | nfnl_nft_setelem_delete (struct nl_sock *, struct nfnl_nft_set *, struct nl_cache *, int) |
| |
| int | nfnl_nft_setelem_query (struct nl_sock *, struct nfnl_nft_set *, int) |
| |
| void | nfnl_nft_setelem_set_key (struct nfnl_nft_setelem *, struct nfnl_nft_data *) |
| |
| int | nfnl_nft_setelem_test_key (const struct nfnl_nft_setelem *) |
| |
| struct nfnl_nft_data * | nfnl_nft_setelem_get_key (const struct nfnl_nft_setelem *) |
| |
| void | nfnl_nft_setelem_set_data (struct nfnl_nft_setelem *, struct nfnl_nft_data *) |
| |
| int | nfnl_nft_setelem_test_data (const struct nfnl_nft_setelem *) |
| |
| struct nfnl_nft_data * | nfnl_nft_setelem_get_data (const struct nfnl_nft_setelem *) |
| |
| void | nfnl_nft_setelem_set_flags (struct nfnl_nft_setelem *, uint32_t) |
| |
| int | nfnl_nft_setelem_test_flags (const struct nfnl_nft_setelem *) |
| |
| uint32_t | nfnl_nft_setelem_get_flags (const struct nfnl_nft_setelem *) |
| |
| char * | nfnl_nft_setelem_flags2str (uint32_t, char *, size_t) |
| |
| uint32_t | nfnl_nft_setelem_str2flags (const char *) |
| |