Searched refs:mfcs (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | rtnl_route.c | 162 struct rta_mfc_stats mfcs; in decode_rta_mfc_stats() local 164 if (len < sizeof(mfcs)) in decode_rta_mfc_stats() 166 else if (!umove_or_printaddr(tcp, addr, &mfcs)) { in decode_rta_mfc_stats() 167 PRINT_FIELD_U("{", mfcs, mfcs_packets); in decode_rta_mfc_stats() 168 PRINT_FIELD_U(", ", mfcs, mfcs_bytes); in decode_rta_mfc_stats() 169 PRINT_FIELD_U(", ", mfcs, mfcs_wrong_if); in decode_rta_mfc_stats()
|
/external/strace/tests-mx32/ |
D | nlattr_rtmsg.c | 176 static const struct rta_mfc_stats mfcs = { in main() local 183 RTA_MFC_STATS, pattern, mfcs, in main() 184 PRINT_FIELD_U("{", mfcs, mfcs_packets); in main() 185 PRINT_FIELD_U(", ", mfcs, mfcs_bytes); in main() 186 PRINT_FIELD_U(", ", mfcs, mfcs_wrong_if); in main()
|
/external/strace/tests/ |
D | nlattr_rtmsg.c | 176 static const struct rta_mfc_stats mfcs = { in main() local 183 RTA_MFC_STATS, pattern, mfcs, in main() 184 PRINT_FIELD_U("{", mfcs, mfcs_packets); in main() 185 PRINT_FIELD_U(", ", mfcs, mfcs_bytes); in main() 186 PRINT_FIELD_U(", ", mfcs, mfcs_wrong_if); in main()
|
/external/strace/tests-m32/ |
D | nlattr_rtmsg.c | 176 static const struct rta_mfc_stats mfcs = { in main() local 183 RTA_MFC_STATS, pattern, mfcs, in main() 184 PRINT_FIELD_U("{", mfcs, mfcs_packets); in main() 185 PRINT_FIELD_U(", ", mfcs, mfcs_bytes); in main() 186 PRINT_FIELD_U(", ", mfcs, mfcs_wrong_if); in main()
|
/external/iproute2/ip/ |
D | ipmroute.c | 165 struct rta_mfc_stats *mfcs = RTA_DATA(tb[RTA_MFC_STATS]); in print_mroute() local 168 (uint64_t)mfcs->mfcs_packets, in print_mroute() 169 (uint64_t)mfcs->mfcs_bytes); in print_mroute() 170 if (mfcs->mfcs_wrong_if) in print_mroute() 172 (uint64_t)mfcs->mfcs_wrong_if); in print_mroute()
|