Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
400dad39d1c33fe797e47326d87a3f54d0ac5181
/
.
/
include
/
net
/
netns
/
conntrack.h
blob: b767683f112b86999c061c0de8e22b310db88e51 [
file
] [
log
] [
blame
]
#ifndef
__NETNS_CONNTRACK_H
#define
__NETNS_CONNTRACK_H
#include
<asm/atomic.h>
struct
netns_ct
{
atomic_t
count
;
struct
hlist_head
*
hash
;
int
hash_vmalloc
;
};
#endif