Searched refs:STATS_VAL (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 241 #define FSW_STATS_VAL(x) STATS_VAL(&fsw->fsw_stats, x)
|
| /xnu-11417.101.15/tests/skywalk/ |
| H A D | skt_xfer.c | 2890 i < (sizeof(*result) / sizeof(STATS_VAL(result, 0))); i++) { in get_fsw_stats() 2891 STATS_ADD(result, i, STATS_VAL(&sfs->sfs_fsws, i)); in get_fsw_stats() 3027 if (STATS_VAL(&stats_after, _FSW_STATS_ERROR_INJECTIONS) == in skt_xfer_udp_with_errors_common() 3028 STATS_VAL(&stats_before, _FSW_STATS_ERROR_INJECTIONS)) { in skt_xfer_udp_with_errors_common() 3042 counter = STATS_VAL(&stats_after, *sidx); in skt_xfer_udp_with_errors_common() 3043 counter -= STATS_VAL(&stats_before, *sidx); in skt_xfer_udp_with_errors_common() 3049 STATS_VAL(&stats_before, *sidx), in skt_xfer_udp_with_errors_common() 3050 STATS_VAL(&stats_after, *sidx)); in skt_xfer_udp_with_errors_common() 3277 counter = STATS_VAL(&stats_after, FSW_STATS_DROP); in send_bad_flow() 3278 counter -= STATS_VAL(&stats_before, FSW_STATS_DROP); in send_bad_flow()
|
| H A D | skywalk_test_utils.c | 2893 if (STATS_VAL(s, i) == 0) { in __fsw_stats_print() 2897 fsw_stats_str(i), STATS_VAL(s, i)); in __fsw_stats_print()
|
| /xnu-11417.101.15/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-11417.101.15/bsd/skywalk/ |
| H A D | os_stats_private.h | 941 #define STATS_VAL(s_ptr, t) ((s_ptr)->_arr[(t)]) macro
|