ips_badfrags
counter = ipstat.ips_badfrags + ipstat.ips_cantfrag;
ipstat_inc(ips_badfrags);
u_long ips_badfrags; /* malformed fragments (bad length) */
p(ips_badfrags, "\t%lu malformed fragment%s dropped\n");