aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nft_fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netfilter/nft_fib.h')
-rw-r--r--include/net/netfilter/nft_fib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netfilter/nft_fib.h b/include/net/netfilter/nft_fib.h
index 237f3757637e..eed099eae672 100644
--- a/include/net/netfilter/nft_fib.h
+++ b/include/net/netfilter/nft_fib.h
@@ -37,4 +37,7 @@ void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs,
void nft_fib_store_result(void *reg, const struct nft_fib *priv,
const struct net_device *dev);
+
+bool nft_fib_reduce(struct nft_regs_track *track,
+ const struct nft_expr *expr);
#endif