[PATCH 08/14] netfilter: cleanup struct nft_expr_type

From: George Guo
Date: Tue Dec 26 2023 - 04:46:13 EST


From: George Guo <guodongtai@xxxxxxxxxx>

Add comment for inner_ops in struct nft_expr_type.

Signed-off-by: George Guo <guodongtai@xxxxxxxxxx>
---
include/net/netfilter/nf_tables.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index 55f1b3c7dc1f..65c41dcdd4be 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -850,6 +850,7 @@ struct nft_expr_ops;
* @select_ops: function to select nft_expr_ops
* @release_ops: release nft_expr_ops
* @ops: default ops, used when no select_ops functions is present
+ * @inner_ops: inner ops, used for inner packet operation
* @list: used internally
* @name: Identifier
* @owner: module reference
--
2.39.2