xref: /aosp_15_r20/external/ltp/include/lapi/nf_tables.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2023 SUSE LLC <[email protected]>
4  */
5 
6 #ifndef LAPI_NF_TABLES_H__
7 #define LAPI_NF_TABLES_H__
8 
9 #include <linux/netfilter/nf_tables.h>
10 
11 #ifndef HAVE_DECL_NFTA_CHAIN_ID
12 # define NFTA_CHAIN_ID 11
13 #endif
14 
15 #ifndef HAVE_DECL_NFTA_VERDICT_CHAIN_ID
16 # define NFTA_VERDICT_CHAIN_ID 3
17 #endif
18 
19 #endif /* LAPI_NF_TABLES_H__ */
20