summaryrefslogtreecommitdiffstats
path: root/include/libnftables/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/table.h')
-rw-r--r--include/libnftables/table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libnftables/table.h b/include/libnftables/table.h
index fd187b4..1977d91 100644
--- a/include/libnftables/table.h
+++ b/include/libnftables/table.h
@@ -21,6 +21,9 @@ enum {
void nft_table_attr_set(struct nft_table *t, uint16_t attr, void *data);
const void *nft_table_attr_get(struct nft_table *t, uint16_t attr);
+void nft_table_attr_set_u32(struct nft_table *t, uint16_t attr, uint32_t data);
+uint32_t nft_table_attr_get_u32(struct nft_table *t, uint16_t attr);
+
void nft_table_nlmsg_build_payload(struct nlmsghdr *nlh, const struct nft_table *t);
enum {