[qca-nss-sfe]: Vlan tag addition support for ESP packets

Change-Id: Ia3623934bff9ffd6dafcf9b2caed7d638f3508a7
Signed-off-by: Pritam Kumar Jha <quic_pritamku@quicinc.com>
diff --git a/sfe_ipv6_esp.h b/sfe_ipv6_esp.h
index 2870670..87b76e5 100644
--- a/sfe_ipv6_esp.h
+++ b/sfe_ipv6_esp.h
@@ -17,5 +17,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-int sfe_ipv6_recv_esp(struct sfe_ipv6 *si, struct sk_buff *skb, struct net_device *dev, unsigned int len,
-			struct ipv6hdr *iph, unsigned int ihl, bool sync_on_find, bool tun_outer);
+int sfe_ipv6_recv_esp(struct sfe_ipv6 *si, struct sk_buff *skb, struct net_device *dev,
+		unsigned int len, struct ipv6hdr *iph, unsigned int ihl, bool sync_on_find,
+		struct sfe_l2_info *l2_info, bool tun_outer);