repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
include
/
net
/
netns
/
dccp.h
blob
cdbc4f5b839019347e1674a9c90bc25a987715c5
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __NETNS_DCCP_H__
3
#define __NETNS_DCCP_H__
4
5
struct
sock
;
6
7
struct
netns_dccp
{
8
struct
sock
*
v4_ctl_sk
;
9
struct
sock
*
v6_ctl_sk
;
10
};
11
12
#endif