net: skbuff: hide nf_trace and ipvs_property
authorJakub Kicinski <kuba@kernel.org>
Mon, 17 Apr 2023 15:53:50 +0000 (08:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Apr 2023 12:04:30 +0000 (13:04 +0100)
commit48d80c394d3d1afcb49d26398917f5be27bf44cb
tree6938e8d57eebc712f9820a5f363e9d4840b284f2
parent4c60d04c2888a542f96fe77ecbdfc242b484f943
net: skbuff: hide nf_trace and ipvs_property

Accesses to nf_trace and ipvs_property are already wrapped
by ifdefs where necessary. Don't allocate the bits for those
fields at all if possible.

Acked-by: Florian Westphal <fw@strlen.de>
Acked-by: Simon Horman <horms@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h