summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r--sys/netinet6/ip6_var.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index f6f3824..234b2e9 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -170,20 +170,6 @@ struct ip6stat {
u_quad_t ip6s_exthdrtoolong; /* ext hdr are not continuous */
u_quad_t ip6s_nogif; /* no match gif found */
u_quad_t ip6s_toomanyhdr; /* discarded due to too many headers */
- /* XXX the following two items are not really AF_INET6 thing */
- u_quad_t ip6s_exthdrget; /* # of calls to IP6_EXTHDR_GET */
- u_quad_t ip6s_exthdrget0; /* # of calls to IP6_EXTHDR_GET0 */
- u_quad_t ip6s_pulldown; /* # of calls to m_pulldown */
- u_quad_t ip6s_pulldown_copy; /* # of mbuf copies in m_pulldown */
- u_quad_t ip6s_pulldown_alloc; /* # of mbuf allocs in m_pulldown */
- u_quad_t ip6s_pullup; /* # of calls to m_pullup */
- u_quad_t ip6s_pullup_copy; /* # of possible m_pullup copies */
- u_quad_t ip6s_pullup_alloc; /* # of possible m_pullup mallocs */
- u_quad_t ip6s_pullup_fail; /* # of possible m_pullup failures */
- u_quad_t ip6s_pullup2; /* # of calls to m_pullup2 */
- u_quad_t ip6s_pullup2_copy; /* # of possible m_pullup2 copies */
- u_quad_t ip6s_pullup2_alloc; /* # of possible m_pullup2 mallocs */
- u_quad_t ip6s_pullup2_fail; /* # of possible m_pullup2 failures */
/*
* statistics for improvement of the source address selection
OpenPOWER on IntegriCloud