[qca-nss-sfe] Remove below local data structures
1. sfe_connection_create
2. sfe_connection_destroy
Change-Id: Icf98b219f657c75dc94ed90dc55e931c21e9dc50
Signed-off-by: Ratheesh Kannoth <quic_rkannoth@quicinc.com>
diff --git a/sfe_ipv4.h b/sfe_ipv4.h
index d9a238c..25411aa 100644
--- a/sfe_ipv4.h
+++ b/sfe_ipv4.h
@@ -239,6 +239,8 @@
/* Number of IPv4 connection create requests */
u64 connection_create_collisions64;
/* Number of IPv4 connection create requests that collided with existing hash table entries */
+ u64 connection_create_failures64;
+ /* Number of IPv4 connection create requests that failed */
u64 connection_destroy_requests64;
/* Number of IPv4 connection destroy requests */
u64 connection_destroy_misses64;