Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_adapter.h107 uint64_t nps_bytes; member
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c3797 stats.nps_pkts != 0 && stats.nps_bytes != 0) {
3799 stats.nps_bytes);
3930 stats.nps_pkts != 0 && stats.nps_bytes != 0) {
3931 r->ckr_netif_mit_stats(r, stats.nps_pkts, stats.nps_bytes);
4515 (uint32_t)stats.nps_bytes);
H A Dnx_netif_flow.c663 stats->nps_bytes += bytes; in nx_netif_demux()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2620 out_stats->nps_bytes += total_bytes; in fsw_devna_rx()