]> Git Repo - linux.git/blob - include/net/netns/dccp.h
x86, reboot: Add EFI and CF9 reboot methods into the default list
[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         struct sock *v6_ctl_sk;
9 };
10
11 #endif
This page took 0.032504 seconds and 4 git commands to generate.