]> asedeno.scripts.mit.edu Git - linux.git/blob - include/net/netns/dccp.h
Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal...
[linux.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