/external/strace/tests/ |
net-tpacket_stats.c | 11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats 41 if (optlen > offsetof(struct tp_stats, tp_drops)) { 42 optlen -= offsetof(struct tp_stats, tp_drops); 43 if (optlen < sizeof(tpstats->tp_drops)) { 44 printf(", tp_drops="); 47 PRINT_FIELD_U(", ", *tpstats, tp_drops); 50 offsetof(struct tp_stats, tp_drops)) { 52 offsetof(struct tp_stats, tp_drops); 78 /* offset of (truncated) struct tp_stats.tp_drops */ 79 const unsigned int offset_tp_drops = offsetofend(struct tp_stats, tp_drops); [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 41 if (optlen > offsetof(struct tp_stats, tp_drops)) { 42 optlen -= offsetof(struct tp_stats, tp_drops); 43 if (optlen < sizeof(tpstats->tp_drops)) { 44 printf(", tp_drops="); 47 PRINT_FIELD_U(", ", *tpstats, tp_drops); 50 offsetof(struct tp_stats, tp_drops)) { 52 offsetof(struct tp_stats, tp_drops); 78 /* offset of (truncated) struct tp_stats.tp_drops */ 79 const unsigned int offset_tp_drops = offsetofend(struct tp_stats, tp_drops); [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 41 if (optlen > offsetof(struct tp_stats, tp_drops)) { 42 optlen -= offsetof(struct tp_stats, tp_drops); 43 if (optlen < sizeof(tpstats->tp_drops)) { 44 printf(", tp_drops="); 47 PRINT_FIELD_U(", ", *tpstats, tp_drops); 50 offsetof(struct tp_stats, tp_drops)) { 52 offsetof(struct tp_stats, tp_drops); 78 /* offset of (truncated) struct tp_stats.tp_drops */ 79 const unsigned int offset_tp_drops = offsetofend(struct tp_stats, tp_drops); [all...] |
/external/strace/ |
net.c | 680 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats 700 if (len > offsetof(struct tp_stats, tp_drops)) { 701 len -= offsetof(struct tp_stats, tp_drops); 702 if (len < sizeof(stats.tp_drops)) { 703 tprints(", tp_drops="); 704 print_quoted_string((void *) &stats.tp_drops, 707 PRINT_FIELD_U(", ", stats, tp_drops); 710 offsetof(struct tp_stats, tp_drops)) { 712 offsetof(struct tp_stats, tp_drops);
|
/bionic/libc/kernel/uapi/linux/ |
if_packet.h | 80 unsigned int tp_drops; member in struct:tpacket_stats 84 unsigned int tp_drops; member in struct:tpacket_stats_v3
|
/external/iproute2/include/uapi/linux/ |
if_packet.h | 75 unsigned int tp_drops; member in struct:tpacket_stats 80 unsigned int tp_drops; member in struct:tpacket_stats_v3
|
/external/kernel-headers/original/uapi/linux/ |
if_packet.h | 76 unsigned int tp_drops; member in struct:tpacket_stats 81 unsigned int tp_drops; member in struct:tpacket_stats_v3
|