Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1205 static inline int net_pkt_stats_tick_count(struct net_pkt *pkt) in net_pkt_stats_tick_count() function
1237 static inline int net_pkt_stats_tick_count(struct net_pkt *pkt) in net_pkt_stats_tick_count() function
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c877 for (i = 0; i < net_pkt_stats_tick_count(pkt); i++) { in net_socket_update_tc_rx_time()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c205 for (i = 0; i < net_pkt_stats_tick_count(pkt); i++) { in update_txtime_stats_detail()