From 54254071d12482d0874dead2e49d1cb03076d3f9 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sun, 12 Apr 2015 20:17:51 +0100 Subject: expr: add support for the dynset expr Signed-off-by: Patrick McHardy --- include/buffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/buffer.h') diff --git a/include/buffer.h b/include/buffer.h index 9d1cb8b..52942ed 100644 --- a/include/buffer.h +++ b/include/buffer.h @@ -66,12 +66,15 @@ int nft_buf_reg(struct nft_buf *b, int type, union nft_data_reg *reg, #define QTHRESH "qthreshold" #define RATE "rate" #define SET "set" +#define SET_NAME "set_name" #define SIZE "size" #define SNAPLEN "snaplen" #define SREG_ADDR_MAX "sreg_addr_max" #define SREG_ADDR_MIN "sreg_addr_min" #define SREG_PROTO_MAX "sreg_proto_max" #define SREG_PROTO_MIN "sreg_proto_min" +#define SREG_KEY "sreg_key" +#define SREG_DATA "sreg_data" #define SREG "sreg" #define TABLE "table" #define TOTAL "total" -- cgit v1.2.3