HomeSort by: relevance | last modified time | path
    Searched defs:missed (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
ratelimit.h 42 volatile int missed; member in struct:ratelimit_state
64 .missed = 0, \
98 atomic_store_relaxed(&r->missed, 1);
  /src/sys/lib/libsa/
netif.h 60 int missed; member in struct:netif_stats
  /src/sys/net/
nd.c 60 int16_t missed = ND_LLINFO_NOSTATE; local
116 missed = ND_LLINFO_INCOMPLETE;
151 missed = ND_LLINFO_PROBE;
152 /* nd_missed() consumers can use missed to know if
175 missed = ND_LLINFO_UNREACHABLE;
212 if (missed != ND_LLINFO_NOSTATE)
213 nd->nd_missed(ifp, &taddr, missed, m);
  /src/sys/arch/shark/include/
profileio.h 85 unsigned int missed; /* the number of samples missed. */ member in struct:profHashHeader
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 3494 typedef enum { missed, match, conflict } instance_outcome_t; enumerator in enum:__anon6022
3501 return missed;
3504 return missed;
3512 return missed;
3618 instance_outcome_t outcome = missed;
3673 if (outcome != missed) {
3684 if (outcome != missed) {
3777 if (outcome == missed) {
3787 outcome = missed;
3834 if (outcome == missed) {
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-linux.c 190 long long sysfs_dropped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors */
749 * Grabs the number of missed packets by the interface from
750 * /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors.
779 long long int missed = linux_get_stat(if_name, "rx_missed_errors"); local
781 return missed + fifo;
1088 * /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors
1390 * /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors

Completed in 25 milliseconds