repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
V4L/DVB: cx23885: add support for new model revisions of the HVR12xx board family
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
net
/
netns
/
dccp.h
blob
98d2a7ce1f710cb87a3fc723ae1474508cf92518
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