Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / include / net / netns / dccp.h
blobcdbc4f5b839019347e1674a9c90bc25a987715c5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NETNS_DCCP_H__
3 #define __NETNS_DCCP_H__
5 struct sock;
7 struct netns_dccp {
8 struct sock *v4_ctl_sk;
9 struct sock *v6_ctl_sk;
12 #endif