summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>2000-07-12 16:39:13 +0000
committeritojun <itojun@FreeBSD.org>2000-07-12 16:39:13 +0000
commita0611dac11da5a5f15fc55fbaf0375b9c7574662 (patch)
tree88cc0bd20b8436ea9d231de629d14bff2d941189 /sys/netinet6/ip6_var.h
parent8f207589cd310fc72f85128f5a1e01e33279ebdb (diff)
downloadFreeBSD-src-a0611dac11da5a5f15fc55fbaf0375b9c7574662.zip
FreeBSD-src-a0611dac11da5a5f15fc55fbaf0375b9c7574662.tar.gz
remove m_pulldown statistics, which is highly experimental and does not
belong to *bsd-merged tree
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