HomeSort by relevance Sort by last modified time
    Searched refs:drops (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/linux/
gen_stats.h 52 __u32 drops; member in struct:gnet_stats_queue
  /external/iproute2/include/uapi/linux/
gen_stats.h 57 * @drops: number of dropped packets
64 __u32 drops; member in struct:gnet_stats_queue
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 57 * @drops: number of dropped packets
64 __u32 drops; member in struct:gnet_stats_queue
  /external/libnl/include/linux-private/linux/
gen_stats.h 44 * @drops: number of dropped packets
51 __u32 drops; member in struct:gnet_stats_queue
pkt_sched.h 35 __u32 drops; /* Packets dropped because of lack of resources */ member in struct:tc_stats
223 __u32 early; /* Early drops */
224 __u32 pdrop; /* Drops due to queue limits */
225 __u32 other; /* Drops due to drop() calls */
293 __u32 early; /* Early drops */
294 __u32 pdrop; /* Drops due to queue limits */
295 __u32 other; /* Drops due to drop() calls */
297 __u32 matched; /* Drops due to flow match */
618 __u32 childdrop; /* drops in child qdisc */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
gen_stats.h 44 * @drops: number of dropped packets
51 __u32 drops; member in struct:gnet_stats_queue
pkt_sched.h 35 __u32 drops; /* Packets dropped because of lack of resources */ member in struct:tc_stats
202 __u32 early; /* Early drops */
203 __u32 pdrop; /* Drops due to queue limits */
204 __u32 other; /* Drops due to drop() calls */
272 __u32 early; /* Early drops */
273 __u32 pdrop; /* Drops due to queue limits */
274 __u32 other; /* Drops due to drop() calls */
276 __u32 matched; /* Drops due to flow match */
582 __u32 childdrop; /* drops in child qdisc */
  /external/strace/tests/
nlattr_tcmsg.c 88 .drops = 0xcdedafed,
102 PRINT_FIELD_U(", ", st, drops);
nlattr_tc_stats.c 115 .drops = 0xcdbeaedb,
124 PRINT_FIELD_U(", ", qstats, drops);
  /external/strace/tests-m32/
nlattr_tcmsg.c 88 .drops = 0xcdedafed,
102 PRINT_FIELD_U(", ", st, drops);
nlattr_tc_stats.c 115 .drops = 0xcdbeaedb,
124 PRINT_FIELD_U(", ", qstats, drops);
  /external/strace/tests-mx32/
nlattr_tcmsg.c 88 .drops = 0xcdedafed,
102 PRINT_FIELD_U(", ", st, drops);
nlattr_tc_stats.c 115 .drops = 0xcdbeaedb,
124 PRINT_FIELD_U(", ", qstats, drops);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
weakref1l.d 4 # aix drops local symbols
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
pool_test.go 14 // Pool randomly drops the argument on the floor during Put.
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
pool_test.go 14 // Pool randomly drops the argument on the floor during Put.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 192 u_int32_t drops; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 192 u_int32_t drops; member in struct:dqstats
  /external/strace/
rtnl_tc.c 61 PRINT_FIELD_U(", ", st, drops);
154 PRINT_FIELD_U(", ", qstats, drops);
  /prebuilts/go/darwin-x86/src/time/
tick.go 18 // It adjusts the intervals or drops ticks to make up for slow receivers.
  /prebuilts/go/linux-x86/src/time/
tick.go 18 // It adjusts the intervals or drops ticks to make up for slow receivers.
  /external/blktrace/
blktrace.c 97 unsigned long long drops; member in struct:devpath
180 * The cpu field is overloaded on close: it will contain the number of drops.
889 static void net_send_close(int fd, char *buts_name, int drops)
892 * Overload CPU w/ number of drops
898 net_send_open_close(fd, drops, buts_name, 1);
914 net_send_close(fd, dpp->buts_name, dpp->drops);
1080 int fd, drops = 0; local
1100 drops = atoi(tmp);
1103 return drops;
1113 dpp->drops = get_drops(dpp)
    [all...]
  /external/tcpdump/
print-sflow.c 90 uint8_t drops[4]; member in struct:sflow_flow_sample_t
103 uint8_t drops[4]; member in struct:sflow_expanded_flow_sample_t
818 ND_PRINT((ndo, " seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u",
824 EXTRACT_32BITS(sflow_flow_sample->drops),
852 ND_PRINT((ndo, " seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u",
858 EXTRACT_32BITS(sflow_expanded_flow_sample->drops),
  /external/iproute2/tc/
tc_util.c 732 q.drops, q.overlimits, q.requeues);
784 prefix, (unsigned long long)st.bytes, st.packets, st.drops,
  /prebuilts/go/darwin-x86/src/syscall/
zsysctl_openbsd.go 151 {"net.inet.ip.ifq.drops", []_C_int{4, 2, 0, 30, 3}},
248 {"net.mpls.ifq.drops", []_C_int{4, 33, 3, 3}},

Completed in 636 milliseconds

1 2 3 4