// SPDX-License-Identifier: GPL-2.0-only #if IS_ENABLED(CONFIG_NFT_CT) #include <linux/netfilter/nf_tables.h> #include <net/netfilter/nf_tables_core.h> #include <net/netfilter/nf_conntrack.h> void nft_ct_get_fast_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) { … } EXPORT_SYMBOL_GPL(…); #endif