This value is not used anywhere in current code.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 misc/ss.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/misc/ss.c b/misc/ss.c
index e047f9c04582..fefe5c813c44 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -678,7 +678,6 @@ struct slabstat {
        int tcp_ports;
        int tcp_tws;
        int tcp_syns;
-       int skbs;
 };
 
 static struct slabstat slabstat;
@@ -694,7 +693,6 @@ static int get_slabstat(struct slabstat *s)
                "tcp_bind_bucket",
                "tcp_tw_bucket",
                "tcp_open_request",
-               "skbuff_head_cache",
        };
 
        if (slabstat_valid)
-- 
2.16.1

Reply via email to