/external/strace/tests/ |
net-tpacket_stats.c | 11 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats 34 } else if (optlen < sizeof(tpstats->tp_packets)) { 35 printf(", {tp_packets="); 39 PRINT_FIELD_U(", {", *tpstats, tp_packets); 75 /* offset of (truncated) struct tp_stats.tp_packets */ 76 const unsigned int offset_tp_packets = offsetofend(struct tp_stats, tp_packets); 96 * getsockopt with optlen less than offsetofend(struct tp_stats.tp_packets): 97 * the part of struct tp_stats.tp_packets is printed in hex. 103 * getsockopt with optlen equals to offsetofend(struct tp_stats.tp_packets): 111 * getsockopt with optlen greater than offsetofend(struct tp_stats.tp_packets) [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 34 } else if (optlen < sizeof(tpstats->tp_packets)) { 35 printf(", {tp_packets="); 39 PRINT_FIELD_U(", {", *tpstats, tp_packets); 75 /* offset of (truncated) struct tp_stats.tp_packets */ 76 const unsigned int offset_tp_packets = offsetofend(struct tp_stats, tp_packets); 96 * getsockopt with optlen less than offsetofend(struct tp_stats.tp_packets): 97 * the part of struct tp_stats.tp_packets is printed in hex. 103 * getsockopt with optlen equals to offsetofend(struct tp_stats.tp_packets): 111 * getsockopt with optlen greater than offsetofend(struct tp_stats.tp_packets) [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 34 } else if (optlen < sizeof(tpstats->tp_packets)) { 35 printf(", {tp_packets="); 39 PRINT_FIELD_U(", {", *tpstats, tp_packets); 75 /* offset of (truncated) struct tp_stats.tp_packets */ 76 const unsigned int offset_tp_packets = offsetofend(struct tp_stats, tp_packets); 96 * getsockopt with optlen less than offsetofend(struct tp_stats.tp_packets): 97 * the part of struct tp_stats.tp_packets is printed in hex. 103 * getsockopt with optlen equals to offsetofend(struct tp_stats.tp_packets): 111 * getsockopt with optlen greater than offsetofend(struct tp_stats.tp_packets) [all...] |
/external/strace/ |
net.c | 680 unsigned int tp_packets, tp_drops, tp_freeze_q_cnt; member in struct:tp_stats 693 if (len < sizeof(stats.tp_packets)) { 694 tprints("{tp_packets="); 695 print_quoted_string((void *) &stats.tp_packets, 698 PRINT_FIELD_U("{", stats, tp_packets);
|
/bionic/libc/kernel/uapi/linux/ |
if_packet.h | 79 unsigned int tp_packets; member in struct:tpacket_stats 83 unsigned int tp_packets; member in struct:tpacket_stats_v3
|
/external/iproute2/include/uapi/linux/ |
if_packet.h | 74 unsigned int tp_packets; member in struct:tpacket_stats 79 unsigned int tp_packets; member in struct:tpacket_stats_v3
|
/external/kernel-headers/original/uapi/linux/ |
if_packet.h | 75 unsigned int tp_packets; member in struct:tpacket_stats 80 unsigned int tp_packets; member in struct:tpacket_stats_v3
|