1
0
Fork 0

netfilter: nf_tables: remove unused struct members

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
hifive-unleashed-5.1
Florian Westphal 2015-11-24 00:03:28 +01:00 committed by Pablo Neira Ayuso
parent f13f2aeed1
commit a9ecfbe7fc
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ struct nft_pktinfo {
const struct net_device *out;
u8 pf;
u8 hook;
u8 nhoff;
u8 thoff;
u8 tprot;
/* for x_tables compatibility */
struct xt_action_param xt;