Sign in
android
/
kernel
/
common
/
refs/heads/android13-5.10-2024-06
/
.
/
include
/
net
/
netns
/
nftables.h
blob: 7ccd27f9c86432ef490c1b6afa1b3519f4660f8e [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_NETNS_NFTABLES_H_
#define
_NETNS_NFTABLES_H_
#include
<linux/list.h>
#include
<linux/android_kabi.h>
struct
netns_nftables
{
u8 gencursor
;
ANDROID_KABI_RESERVE
(
1
);
};
#endif