Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[firefly-linux-kernel-4.4.55.git] / include / net / netns / dccp.h
index e4f16faa898a2e32992b6ffacab6b10fc4525acb..98d2a7ce1f710cb87a3fc723ae1474508cf92518 100644 (file)
@@ -5,6 +5,7 @@ struct sock;
 
 struct netns_dccp {
        struct sock *v4_ctl_sk;
+       struct sock *v6_ctl_sk;
 };
 
 #endif