net: dccp: use net_generic storage
authorFlorian Westphal <fw@strlen.de>
Thu, 8 Apr 2021 17:45:02 +0000 (19:45 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Apr 2021 23:34:56 +0000 (16:34 -0700)
commitb98b33043c95a3886b5feb73814f8882a9cceaad
tree31401777c26631c195a12e9c706be063419fba0d
parent4438669eb703d1a7416c2b19a8a15b0400b36738
net: dccp: use net_generic storage

DCCP is virtually never used, so no need to use space in struct net for it.

Put the pernet ipv4/v6 socket in the dccp ipv4/ipv6 modules instead.

Signed-off-by: Florian Westphal <fw@strlen.de>
Link: https://lore.kernel.org/r/20210408174502.1625-1-fw@strlen.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/net_namespace.h
include/net/netns/dccp.h [deleted file]
net/dccp/ipv4.c
net/dccp/ipv6.c