aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/netns/dccp.h
blob: 98d2a7ce1f710cb87a3fc723ae1474508cf92518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __NETNS_DCCP_H__
#define __NETNS_DCCP_H__

struct sock;

struct netns_dccp {
	struct sock *v4_ctl_sk;
	struct sock *v6_ctl_sk;
};

#endif