Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujitsu/integr...
[linux-block.git] / net / netfilter / nft_fwd_netdev.c
index 7c5876dc9ff2b51f4d2b0124b39b99419c5c8885..7b9d4d1bd17c8b351d2dc3d4b56295ecd40b2512 100644 (file)
@@ -56,7 +56,8 @@ static int nft_fwd_netdev_init(const struct nft_ctx *ctx,
                                       sizeof(int));
 }
 
-static int nft_fwd_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr)
+static int nft_fwd_netdev_dump(struct sk_buff *skb,
+                              const struct nft_expr *expr, bool reset)
 {
        struct nft_fwd_netdev *priv = nft_expr_priv(expr);
 
@@ -186,7 +187,8 @@ static int nft_fwd_neigh_init(const struct nft_ctx *ctx,
                                       addr_len);
 }
 
-static int nft_fwd_neigh_dump(struct sk_buff *skb, const struct nft_expr *expr)
+static int nft_fwd_neigh_dump(struct sk_buff *skb,
+                             const struct nft_expr *expr, bool reset)
 {
        struct nft_fwd_neigh *priv = nft_expr_priv(expr);