Btrfs: fix wrong nbytes information of the inode
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / net / netns / dccp.h
blob98d2a7ce1f710cb87a3fc723ae1474508cf92518
1 #ifndef __NETNS_DCCP_H__
2 #define __NETNS_DCCP_H__
4 struct sock;
6 struct netns_dccp {
7 struct sock *v4_ctl_sk;
8 struct sock *v6_ctl_sk;
9 };
11 #endif