/external/strace/ |
D | rtnl_neightbl.c | 115 struct ndt_stats ndtst; in decode_ndt_stats() local 118 const unsigned int def_size = sizeof(ndtst); in decode_ndt_stats() 126 if (!umoven_or_printaddr(tcp, addr, size, &ndtst)) { in decode_ndt_stats() 127 PRINT_FIELD_U("{", ndtst, ndts_allocs); in decode_ndt_stats() 128 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in decode_ndt_stats() 129 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in decode_ndt_stats() 130 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in decode_ndt_stats() 131 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in decode_ndt_stats() 132 PRINT_FIELD_U(", ", ndtst, ndts_hits); in decode_ndt_stats() 133 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in decode_ndt_stats() [all …]
|
/external/strace/tests-m32/ |
D | nlattr_ndtmsg.c | 123 static const struct ndt_stats ndtst = { in main() local 140 NDTA_STATS, pattern, ndtst, in main() 141 PRINT_FIELD_U("{", ndtst, ndts_allocs); in main() 142 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in main() 143 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in main() 144 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in main() 145 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in main() 146 PRINT_FIELD_U(", ", ndtst, ndts_hits); in main() 147 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in main() 148 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_ucast); in main() [all …]
|
/external/strace/tests-mx32/ |
D | nlattr_ndtmsg.c | 123 static const struct ndt_stats ndtst = { in main() local 140 NDTA_STATS, pattern, ndtst, in main() 141 PRINT_FIELD_U("{", ndtst, ndts_allocs); in main() 142 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in main() 143 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in main() 144 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in main() 145 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in main() 146 PRINT_FIELD_U(", ", ndtst, ndts_hits); in main() 147 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in main() 148 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_ucast); in main() [all …]
|
/external/strace/tests/ |
D | nlattr_ndtmsg.c | 123 static const struct ndt_stats ndtst = { in main() local 140 NDTA_STATS, pattern, ndtst, in main() 141 PRINT_FIELD_U("{", ndtst, ndts_allocs); in main() 142 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in main() 143 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in main() 144 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in main() 145 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in main() 146 PRINT_FIELD_U(", ", ndtst, ndts_hits); in main() 147 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in main() 148 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_ucast); in main() [all …]
|