ips_fragdropped
counter = ipstat.ips_fragdropped + ipstat.ips_fragtimeout;
ipstat_inc(ips_fragdropped);
ipstat_inc(ips_fragdropped);
u_long ips_fragdropped; /* frags dropped (dups, out of space) */
p(ips_fragdropped, "\t%lu fragment%s dropped (duplicates or out of space)\n");