Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_stats.h471 stats.rx_time_detail[i].sum += in net_stats_update_rx_time_detail()
474 stats.rx_time_detail[i].count += 1); in net_stats_update_rx_time_detail()
572 stats.tc.recv[tc].rx_time_detail[i].sum += in net_stats_update_tc_rx_time_detail()
575 stats.tc.recv[tc].rx_time_detail[i].count += 1); in net_stats_update_tc_rx_time_detail()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c169 tc.recv[i].rx_time_detail[j].count); in get_net_pkt_tc_stats_detail()
186 tc.recv[i].rx_time_detail[j].sum) / in get_net_pkt_tc_stats_detail()
231 count = GET_STAT(iface, rx_time_detail[j].count); in get_net_pkt_stats_detail()
248 rx_time_detail[j].sum) / in get_net_pkt_stats_detail()
/Zephyr-latest/include/zephyr/net/
Dnet_stats.h344 rx_time_detail[NET_PKT_DETAIL_STATS_COUNT]; member
463 struct net_stats_rx_time rx_time_detail[NET_PKT_DETAIL_STATS_COUNT]; member