Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
linux
/
include
/
net
/
netns
/
nftables.h
blob: 8c77832d024041c02ee2c38e0c7951d5c56eefda [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef
_NETNS_NFTABLES_H_
3
#define
_NETNS_NFTABLES_H_
4
5
#include
<linux/list.h>
6
7
struct
netns_nftables
{
8
u8 gencursor
;
9
};
10
11
#endif