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