Home
last modified time | relevance | path

Searched refs:FSW_STATS_INC (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c594 FSW_STATS_INC(FSW_STATS_RX_COPY_BAD_LEN); in copy_packet_from_dev()
620 FSW_STATS_INC(FSW_STATS_RX_COPY_MBUF2PKT); in copy_packet_from_dev()
631 FSW_STATS_INC(FSW_STATS_RX_COPY_PKT2PKT); in copy_packet_from_dev()
664 FSW_STATS_INC(FSW_STATS_RX_COPY_SUM); in copy_packet_from_dev()
1002 FSW_STATS_INC(FSW_STATS_RX_FLOW_NOT_FOUND); in rx_lookup_flow()
1009 FSW_STATS_INC(FSW_STATS_RX_PKT_NOT_LISTENER); in rx_lookup_flow()
1015 FSW_STATS_INC(FSW_STATS_RX_FLOW_TORNDOWN); in rx_lookup_flow()
1023 FSW_STATS_INC(FSW_STATS_RX_DISABLED); in rx_lookup_flow()
1115 FSW_STATS_INC(FSW_STATS_DROP); in fsw_rx_ring_dequeue_pktq()
1193 FSW_STATS_INC(FSW_STATS_DROP); in fsw_tx_ring_dequeue_pktq()
[all …]
H A Dfsw_var.h244 #define FSW_STATS_INC(x) STATS_INC(&fsw->fsw_stats, x) macro
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c729 FSW_STATS_INC(FSW_STATS_RX_FS_ADD_FAILURE); in flow_entry_add_rx_steering_rule()
736 FSW_STATS_INC(FSW_STATS_RX_FS_ADD_FAILURE); in flow_entry_add_rx_steering_rule()
745 FSW_STATS_INC(FSW_STATS_RX_FS_ADD_FAILURE); in flow_entry_add_rx_steering_rule()
762 FSW_STATS_INC(FSW_STATS_RX_FS_ADD_FAILURE); in flow_entry_add_rx_steering_rule()
768 FSW_STATS_INC(FSW_STATS_RX_FS_ADD_SUCCESS); in flow_entry_add_rx_steering_rule()
802 FSW_STATS_INC(FSW_STATS_RX_FS_REMOVE_FAILURE); in flow_entry_rx_steering_rule_cleanup()
805 FSW_STATS_INC(FSW_STATS_RX_FS_REMOVE_SUCCESS); in flow_entry_rx_steering_rule_cleanup()
808 FSW_STATS_INC(FSW_STATS_RX_FS_REMOVE_SKIPPED); in flow_entry_rx_steering_rule_cleanup()
H A Dflow_track.c860 FSW_STATS_INC(FSW_STATS_FLOWS_ABORTED); in flow_track_abort_tcp()
998 FSW_STATS_INC(FSW_STATS_FLOWS_ABORTED); in flow_track_abort_quic()
H A Dflow_agg.c2434 FSW_STATS_INC(FSW_STATS_RX_WASTED_16KMBUF); in flow_rx_agg_host()
2497 FSW_STATS_INC(FSW_STATS_RX_WASTED_16KMBUF); in flow_rx_agg_host()
H A Dflow_manager.c1277 FSW_STATS_INC(FSW_STATS_RX_DEMUX_SHORT_ERR); in rx_flow_demux_match()