Searched refs:ips_fragdropped (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_var.h65 u_long ips_fragdropped; /* frags dropped (dups, out of space) */ member in struct:ipstat
113 ips_fragdropped, /* frags dropped (dups, out of space) */ enumerator in enum:ipstat_counters
H A Dip_input.c1106 ipstat_inc(ips_fragdropped);
1164 ipstat_inc(ips_fragdropped);
/openbsd-current/usr.bin/netstat/
H A Dinet.c601 p(ips_fragdropped, "\t%lu fragment%s dropped (duplicates or out of space)\n");
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dmib.c2729 counter = ipstat.ips_fragdropped + ipstat.ips_fragtimeout;

Completed in 333 milliseconds