Searched refs:tp_freeze_q_cnt (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-mx32/ |
D | net-tpacket_stats.c | 11 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/ |
D | net-tpacket_stats.c | 11 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/ |
D | net-tpacket_stats.c | 11 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/ |
D | net.c | 680 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/ |
D | if_packet.h | 82 unsigned int tp_freeze_q_cnt; member
|
/external/iproute2/include/uapi/linux/ |
D | if_packet.h | 81 unsigned int tp_freeze_q_cnt; member
|