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

struct sock;

struct netns_dccp {
	struct sock *v4_ctl_sk;
};

#endif