mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
netfilter: nf_tables: remove unused struct members
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
f13f2aeed1
commit
a9ecfbe7fc
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue