[qca-nss-sfe] Push PPE rules for RFS assistance

Push PPE rules if user want to accelerate flows in SFE but want to use
PPE for RFS.

Change-Id: I861cdc0e9aad54f697ebd71bc7a18bfc7625fc0f
Signed-off-by: Sourav Poddar <quic_souravp@quicinc.com>
diff --git a/sfe_ipv4.h b/sfe_ipv4.h
index 332b600..524e564 100644
--- a/sfe_ipv4.h
+++ b/sfe_ipv4.h
@@ -447,7 +447,9 @@
 bool sfe_ipv4_remove_connection(struct sfe_ipv4 *si, struct sfe_ipv4_connection *c);
 void sfe_ipv4_flush_connection(struct sfe_ipv4 *si, struct sfe_ipv4_connection *c, sfe_sync_reason_t reason);
 void sfe_ipv4_sync_status(struct sfe_ipv4 *si, struct sfe_ipv4_connection *c, sfe_sync_reason_t reason);
-
+#if defined(SFE_RFS_SUPPORTED)
+void sfe_ipv4_fill_connection_dev(struct sfe_ipv4_rule_destroy_msg *msg, struct net_device **original_dev, struct net_device **reply_dev);
+#endif
 struct sfe_ipv4_connection_match *
 sfe_ipv4_find_connection_match_rcu(struct sfe_ipv4 *si, struct net_device *dev, u8 protocol,
 					__be32 src_ip, __be16 src_port,