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

Commit b84f4cc9 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NET]: Use unused bit for ipvs_property field in struct sk_buff

parent a516b049
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -264,16 +264,14 @@ struct sk_buff {
				nohdr:1,
				nfctinfo:3;
	__u8			pkt_type:3,
				fclone:2;
				fclone:2,
				ipvs_property:1;
	__be16			protocol;

	void			(*destructor)(struct sk_buff *skb);
#ifdef CONFIG_NETFILTER
	__u32			nfmark;
	struct nf_conntrack	*nfct;
#if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE)
	__u8			ipvs_property:1;
#endif
#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
	struct sk_buff		*nfct_reasm;
#endif