Sign in
gem5
/
arm
/
linux
/
ea344f6a507f8ce92bf1e10f044c6cfc67e4d22b
/
.
/
include
/
net
/
netns
/
dccp.h
blob: 98d2a7ce1f710cb87a3fc723ae1474508cf92518 [
file
] [
log
] [
blame
]
#ifndef
__NETNS_DCCP_H__
#define
__NETNS_DCCP_H__
struct
sock
;
struct
netns_dccp
{
struct
sock
*
v4_ctl_sk
;
struct
sock
*
v6_ctl_sk
;
};
#endif