[NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net.
And replace all its usage with init_net's socket. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
72a2d61382
commit
7b1cffa8c9
@@ -1,7 +1,10 @@
|
||||
#ifndef __NETNS_DCCP_H__
|
||||
#define __NETNS_DCCP_H__
|
||||
|
||||
struct sock;
|
||||
|
||||
struct netns_dccp {
|
||||
struct sock *v4_ctl_sk;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user