[NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net.
[deliverable/linux.git] / include / net / netns / dccp.h
1 #ifndef __NETNS_DCCP_H__
2 #define __NETNS_DCCP_H__
3
4 struct sock;
5
6 struct netns_dccp {
7 struct sock *v4_ctl_sk;
8 };
9
10 #endif
This page took 0.034262 seconds and 6 git commands to generate.