Sign in
zircon-guest
/
third_party
/
linux
/
5c5c563a0817f565611ead1e4f60d1198a89647f
/
.
/
include
/
net
/
netns
/
nftables.h
blob: 8c77832d024041c02ee2c38e0c7951d5c56eefda [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_NETNS_NFTABLES_H_
#define
_NETNS_NFTABLES_H_
#include
<linux/list.h>
struct
netns_nftables
{
u8 gencursor
;
};
#endif