Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8e87fc6 authored by Corentin Labbe's avatar Corentin Labbe Committed by Pablo Neira Ayuso
Browse files

netfilter: remove include/net/netfilter/nft_dup.h



include/net/netfilter/nft_dup.h was introduced in d877f071 ("netfilter: nf_tables: add nft_dup expression")
but was never user since this date.

Furthermore, the only struct in this file is unused elsewhere.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent c568503e
Loading
Loading
Loading
Loading

include/net/netfilter/nft_dup.h

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NFT_DUP_H_
#define _NFT_DUP_H_

struct nft_dup_inet {
	enum nft_registers	sreg_addr:8;
	enum nft_registers	sreg_dev:8;
};

#endif /* _NFT_DUP_H_ */