Searched refs:ips_cantfrag (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_var.h77 u_long ips_cantfrag; /* don't fragment flag was set, etc. */ member in struct:ipstat
125 ips_cantfrag, /* don't fragment flag was set, etc. */ enumerator in enum:ipstat_counters
H A Dip_output.c477 ipstat_inc(ips_cantfrag);
H A Dip_input.c1657 ipstat_inc(ips_cantfrag);
/openbsd-current/usr.bin/netstat/
H A Dinet.c616 p(ips_cantfrag, "\t%lu datagram%s that can't be fragmented\n");
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dmib.c2746 counter = ipstat.ips_badfrags + ipstat.ips_cantfrag;
/openbsd-current/sys/net/
H A Dpf.c6662 ipstat_inc(ips_cantfrag);

Completed in 284 milliseconds