Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
ce29214ada6d08dbde1eeb5a69c3b09ddf3da146
/
.
/
include
/
net
/
netns
/
nftables.h
blob: 99dd166c5d07c39e456e32bd19db6857b57ec336 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_NETNS_NFTABLES_H_
#define
_NETNS_NFTABLES_H_
struct
netns_nftables
{
unsigned
int
base_seq
;
u8 gencursor
;
};
#endif