HomeSort by relevance Sort by last modified time
    Searched defs:tp_freeze_q_cnt (Results 1 - 7 of 7) sorted by null

  /external/strace/tests/
net-tpacket_stats.c 11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats
49 if (optlen > offsetof(struct tp_stats, tp_freeze_q_cnt) -
51 optlen -= offsetof(struct tp_stats, tp_freeze_q_cnt) -
53 if (optlen < sizeof(tpstats->tp_freeze_q_cnt)) {
54 printf(", tp_freeze_q_cnt=");
57 PRINT_FIELD_U(", ", *tpstats, tp_freeze_q_cnt);
81 /* offset of (truncated) struct tp_stats.tp_freeze_q_cnt */
82 const unsigned int offset_tp_freeze_q_cnt = offsetofend(struct tp_stats, tp_freeze_q_cnt);
120 * struct tp_stats.tp_freeze_q_cnt is not printed.
127 * but less than offsetofend(struct tp_stats, tp_freeze_q_cnt)
    [all...]
  /external/strace/tests-m32/
net-tpacket_stats.c 11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats
49 if (optlen > offsetof(struct tp_stats, tp_freeze_q_cnt) -
51 optlen -= offsetof(struct tp_stats, tp_freeze_q_cnt) -
53 if (optlen < sizeof(tpstats->tp_freeze_q_cnt)) {
54 printf(", tp_freeze_q_cnt=");
57 PRINT_FIELD_U(", ", *tpstats, tp_freeze_q_cnt);
81 /* offset of (truncated) struct tp_stats.tp_freeze_q_cnt */
82 const unsigned int offset_tp_freeze_q_cnt = offsetofend(struct tp_stats, tp_freeze_q_cnt);
120 * struct tp_stats.tp_freeze_q_cnt is not printed.
127 * but less than offsetofend(struct tp_stats, tp_freeze_q_cnt)
    [all...]
  /external/strace/tests-mx32/
net-tpacket_stats.c 11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats
49 if (optlen > offsetof(struct tp_stats, tp_freeze_q_cnt) -
51 optlen -= offsetof(struct tp_stats, tp_freeze_q_cnt) -
53 if (optlen < sizeof(tpstats->tp_freeze_q_cnt)) {
54 printf(", tp_freeze_q_cnt=");
57 PRINT_FIELD_U(", ", *tpstats, tp_freeze_q_cnt);
81 /* offset of (truncated) struct tp_stats.tp_freeze_q_cnt */
82 const unsigned int offset_tp_freeze_q_cnt = offsetofend(struct tp_stats, tp_freeze_q_cnt);
120 * struct tp_stats.tp_freeze_q_cnt is not printed.
127 * but less than offsetofend(struct tp_stats, tp_freeze_q_cnt)
    [all...]
  /external/strace/
net.c 680 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats
709 if (len > offsetof(struct tp_stats, tp_freeze_q_cnt) -
711 len -= offsetof(struct tp_stats, tp_freeze_q_cnt) -
713 if (len < sizeof(stats.tp_freeze_q_cnt)) {
714 tprints(", tp_freeze_q_cnt=");
715 print_quoted_string((void *) &stats.tp_freeze_q_cnt,
719 PRINT_FIELD_U(", ", stats, tp_freeze_q_cnt);
  /bionic/libc/kernel/uapi/linux/
if_packet.h 85 unsigned int tp_freeze_q_cnt; member in struct:tpacket_stats_v3
  /external/iproute2/include/uapi/linux/
if_packet.h 81 unsigned int tp_freeze_q_cnt; member in struct:tpacket_stats_v3
  /external/kernel-headers/original/uapi/linux/
if_packet.h 82 unsigned int tp_freeze_q_cnt; member in struct:tpacket_stats_v3

Completed in 195 milliseconds