diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-09-28 23:55:06 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-12 11:03:57 +0200 |
| commit | de47cbfc866f7eae28671157d91daabbfa043a85 (patch) | |
| tree | 297c9d19303a6dafa1ba0387664e0c4695b71a5b /include | |
| parent | 07cbc551202332e2f02ce87f0ddd6ba89f62d90d (diff) | |
| download | linux-de47cbfc866f7eae28671157d91daabbfa043a85.tar.gz linux-de47cbfc866f7eae28671157d91daabbfa043a85.tar.bz2 linux-de47cbfc866f7eae28671157d91daabbfa043a85.zip | |
netfilter: nft_payload: move struct nft_payload_set definition where it belongs
[ Upstream commit ac1f8c049319847b1b4c6b387fdb2e3f7fb84ffc ]
Not required to expose this header in nf_tables_core.h, move it to where
it is used, ie. nft_payload.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Stable-dep-of: 33c563ebf8d3 ("netfilter: nft_payload: skbuff vlan metadata mangle support")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/netfilter/nf_tables_core.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/netfilter/nf_tables_core.h b/include/net/netfilter/nf_tables_core.h index 1223af68cd9a..990c3767a350 100644 --- a/include/net/netfilter/nf_tables_core.h +++ b/include/net/netfilter/nf_tables_core.h @@ -66,16 +66,6 @@ struct nft_payload { u8 dreg; }; -struct nft_payload_set { - enum nft_payload_bases base:8; - u8 offset; - u8 len; - u8 sreg; - u8 csum_type; - u8 csum_offset; - u8 csum_flags; -}; - extern const struct nft_expr_ops nft_payload_fast_ops; extern const struct nft_expr_ops nft_bitwise_fast_ops; |
