aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2015-11-24 00:03:28 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-11-25 13:54:50 +0100
commita9ecfbe7fcf2f600718c3f995cbb46043f7a7a5d (patch)
tree3a7c97335a0de1acc6d14a5240fd1cf2285187ff /include/net/netfilter
parentnetfilter: Set /proc/net entries owner to root in namespace (diff)
downloadlinux-dev-a9ecfbe7fcf2f600718c3f995cbb46043f7a7a5d.tar.xz
linux-dev-a9ecfbe7fcf2f600718c3f995cbb46043f7a7a5d.zip
netfilter: nf_tables: remove unused struct members
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r--include/net/netfilter/nf_tables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index 4bd7508bedc9..101d7d7ec243 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -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;