GNU Linux-libre 4.14.251-gnu1
[releases.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