Merge tag 'nds32-for-linus-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / include / net / netns / dccp.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NETNS_DCCP_H__
3 #define __NETNS_DCCP_H__
4
5 struct sock;
6
7 struct netns_dccp {
8         struct sock *v4_ctl_sk;
9         struct sock *v6_ctl_sk;
10 };
11
12 #endif