--- /usr/src/sys/netinet/ip_fastfwd.c	2010-12-02 16:52:06.000000000 +0800
+++ /usr/src/sys/netinet/ip_fastfwd.new	2010-12-05 05:47:37.000000000 +0800
@@ -218,7 +218,7 @@
 	 */
 	hlen = ip->ip_hl << 2;
 	if (hlen < sizeof(struct ip)) {	/* minimum header length */
-		IPSTAT_INC(ips_badlen);
+		IPSTAT_INC(ips_badhlen);
 		goto drop;
 	}
 	if (hlen > m->m_len) {
