Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- thoff and nhoff are not used anywhere, payload expression uses skb_network_header() and xt.thoff as base offset. diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index 5131ad4..6c6fd49 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; -- 2.4.10 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html