Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c156 struct fsw_stats *ipfm_stats; /* indirect stats in fsw */ member
208 mgr->ipfm_stats = &fsw->fsw_stats; in fsw_ip_frag_mgr_create()
286 STATS_INC(mgr->ipfm_stats, FSW_STATS_RX_FRAG_V4); in fsw_ip_frag_reass_v4()
351 STATS_INC(mgr->ipfm_stats, FSW_STATS_RX_FRAG_V6); in fsw_ip_frag_reass_v6()
565 STATS_INC(mgr->ipfm_stats, FSW_STATS_RX_FRAG_DROP_BAD_LEN); in ipf_process()
591 STATS_INC(mgr->ipfm_stats, in ipf_process()
612 STATS_ADD(mgr->ipfm_stats, in ipf_process()
635 STATS_INC(mgr->ipfm_stats, FSW_STATS_RX_FRAG_BAD); in ipf_process()
654 STATS_INC(mgr->ipfm_stats, in ipf_process()
665 STATS_INC(mgr->ipfm_stats, FSW_STATS_RX_FRAG_DROP_NOMEM); in ipf_process()
[all …]