aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netfilter/nf_tables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index 0f68e47d3e5e..e7e14ffe0f6a 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -322,7 +322,6 @@ static inline void *nft_expr_priv(const struct nft_expr *expr)
322 * struct nft_rule - nf_tables rule 322 * struct nft_rule - nf_tables rule
323 * 323 *
324 * @list: used internally 324 * @list: used internally
325 * @rcu_head: used internally for rcu
326 * @handle: rule handle 325 * @handle: rule handle
327 * @genmask: generation mask 326 * @genmask: generation mask
328 * @dlen: length of expression data 327 * @dlen: length of expression data
@@ -330,7 +329,6 @@ static inline void *nft_expr_priv(const struct nft_expr *expr)
330 */ 329 */
331struct nft_rule { 330struct nft_rule {
332 struct list_head list; 331 struct list_head list;
333 struct rcu_head rcu_head;
334 u64 handle:46, 332 u64 handle:46,
335 genmask:2, 333 genmask:2,
336 dlen:16; 334 dlen:16;
@@ -391,7 +389,6 @@ enum nft_chain_flags {
391 * 389 *
392 * @rules: list of rules in the chain 390 * @rules: list of rules in the chain
393 * @list: used internally 391 * @list: used internally
394 * @rcu_head: used internally
395 * @net: net namespace that this chain belongs to 392 * @net: net namespace that this chain belongs to
396 * @table: table that this chain belongs to 393 * @table: table that this chain belongs to
397 * @handle: chain handle 394 * @handle: chain handle
@@ -403,7 +400,6 @@ enum nft_chain_flags {
403struct nft_chain { 400struct nft_chain {
404 struct list_head rules; 401 struct list_head rules;
405 struct list_head list; 402 struct list_head list;
406 struct rcu_head rcu_head;
407 struct net *net; 403 struct net *net;
408 struct nft_table *table; 404 struct nft_table *table;
409 u64 handle; 405 u64 handle;