hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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