From 823a26e9557a7b0c8bd4b412ca1a583bbf5533ae Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 1 Oct 2025 14:57:36 +0200 Subject: expr: Pass byteorder to struct expr_ops::set callback Prepare for storing data reg byteorder, no functional change intended. Note the odd case in expr/byteorder.c since there is a local variable with same name already. Signed-off-by: Phil Sutter --- src/expr/tproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr/tproxy.c') diff --git a/src/expr/tproxy.c b/src/expr/tproxy.c index 4cc9125..630dffe 100644 --- a/src/expr/tproxy.c +++ b/src/expr/tproxy.c @@ -24,7 +24,7 @@ struct nftnl_expr_tproxy { static int nftnl_expr_tproxy_set(struct nftnl_expr *e, uint16_t type, - const void *data, uint32_t data_len) + const void *data, uint32_t data_len, uint32_t byteorder) { struct nftnl_expr_tproxy *tproxy = nftnl_expr_data(e); -- cgit v1.2.3