Home
last modified time | relevance | path

Searched refs:tp_freeze_q_cnt (Results 1 – 6 of 6) sorted by relevance

/external/strace/tests-mx32/
Dnet-tpacket_stats.c11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member
49 if (optlen > offsetof(struct tp_stats, tp_freeze_q_cnt) - in get_tpacket_stats()
51 optlen -= offsetof(struct tp_stats, tp_freeze_q_cnt) - in get_tpacket_stats()
53 if (optlen < sizeof(tpstats->tp_freeze_q_cnt)) { in get_tpacket_stats()
57 PRINT_FIELD_U(", ", *tpstats, tp_freeze_q_cnt); in get_tpacket_stats()
82 const unsigned int offset_tp_freeze_q_cnt = offsetofend(struct tp_stats, tp_freeze_q_cnt); in main()
/external/strace/tests-m32/
Dnet-tpacket_stats.c11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member
49 if (optlen > offsetof(struct tp_stats, tp_freeze_q_cnt) - in get_tpacket_stats()
51 optlen -= offsetof(struct tp_stats, tp_freeze_q_cnt) - in get_tpacket_stats()
53 if (optlen < sizeof(tpstats->tp_freeze_q_cnt)) { in get_tpacket_stats()
57 PRINT_FIELD_U(", ", *tpstats, tp_freeze_q_cnt); in get_tpacket_stats()
82 const unsigned int offset_tp_freeze_q_cnt = offsetofend(struct tp_stats, tp_freeze_q_cnt); in main()
/external/strace/tests/
Dnet-tpacket_stats.c11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member
49 if (optlen > offsetof(struct tp_stats, tp_freeze_q_cnt) - in get_tpacket_stats()
51 optlen -= offsetof(struct tp_stats, tp_freeze_q_cnt) - in get_tpacket_stats()
53 if (optlen < sizeof(tpstats->tp_freeze_q_cnt)) { in get_tpacket_stats()
57 PRINT_FIELD_U(", ", *tpstats, tp_freeze_q_cnt); in get_tpacket_stats()
82 const unsigned int offset_tp_freeze_q_cnt = offsetofend(struct tp_stats, tp_freeze_q_cnt); in main()
/external/strace/
Dnet.c680 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; in print_tpacket_stats() member
709 if (len > offsetof(struct tp_stats, tp_freeze_q_cnt) - in print_tpacket_stats()
711 len -= offsetof(struct tp_stats, tp_freeze_q_cnt) - in print_tpacket_stats()
713 if (len < sizeof(stats.tp_freeze_q_cnt)) { in print_tpacket_stats()
715 print_quoted_string((void *) &stats.tp_freeze_q_cnt, in print_tpacket_stats()
719 PRINT_FIELD_U(", ", stats, tp_freeze_q_cnt); in print_tpacket_stats()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h82 unsigned int tp_freeze_q_cnt; member
/external/iproute2/include/uapi/linux/
Dif_packet.h81 unsigned int tp_freeze_q_cnt; member