projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
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