Searched refs:STATS_VAL (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skt_xfer.c | 2891 i < (sizeof(*result) / sizeof(STATS_VAL(result, 0))); i++) { in get_fsw_stats() 2892 STATS_ADD(result, i, STATS_VAL(&sfs->sfs_fsws, i)); in get_fsw_stats() 3028 if (STATS_VAL(&stats_after, _FSW_STATS_ERROR_INJECTIONS) == in skt_xfer_udp_with_errors_common() 3029 STATS_VAL(&stats_before, _FSW_STATS_ERROR_INJECTIONS)) { in skt_xfer_udp_with_errors_common() 3043 counter = STATS_VAL(&stats_after, *sidx); in skt_xfer_udp_with_errors_common() 3044 counter -= STATS_VAL(&stats_before, *sidx); in skt_xfer_udp_with_errors_common() 3050 STATS_VAL(&stats_before, *sidx), in skt_xfer_udp_with_errors_common() 3051 STATS_VAL(&stats_after, *sidx)); in skt_xfer_udp_with_errors_common() 3278 counter = STATS_VAL(&stats_after, FSW_STATS_DROP); in send_bad_flow() 3279 counter -= STATS_VAL(&stats_before, FSW_STATS_DROP); in send_bad_flow() [all …]
|
| H A D | skywalk_test_utils.c | 2872 if (STATS_VAL(s, i) == 0) { in __fsw_stats_print() 2876 fsw_stats_str(i), STATS_VAL(s, i)); in __fsw_stats_print()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 243 #define FSW_STATS_VAL(x) STATS_VAL(&fsw->fsw_stats, x)
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 728 if (STATS_VAL(nifs, i) == 0) { in nx_netif_flow_log() 732 STATS_VAL(nifs, i)); in nx_netif_flow_log()
|
| /xnu-12377.1.9/bsd/skywalk/ |
| H A D | os_stats_private.h | 951 #define STATS_VAL(s_ptr, t) ((s_ptr)->_arr[(t)]) macro
|