summaryrefslogtreecommitdiffstats
path: root/include/set_elem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/set_elem.h')
-rw-r--r--include/set_elem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/set_elem.h b/include/set_elem.h
index bdefe4b..13e096c 100644
--- a/include/set_elem.h
+++ b/include/set_elem.h
@@ -3,12 +3,12 @@
#include <data_reg.h>
-struct nft_set_elem {
+struct nftnl_set_elem {
struct list_head head;
uint32_t set_elem_flags;
- union nft_data_reg key;
- union nft_data_reg data;
- struct nft_rule_expr *expr;
+ union nftnl_data_reg key;
+ union nftnl_data_reg data;
+ struct nftnl_rule_expr *expr;
uint32_t flags;
uint64_t timeout;
uint64_t expiration;