]> Git Repo - linux.git/blob - include/net/netns/dccp.h
Merge branch 'linus' into x86/platform, to refresh the branch
[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
This page took 0.040682 seconds and 4 git commands to generate.