Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/lib/sockets/
Dsockets.c1218 if (!net_pkt_stats_tick(pkt)[i]) { in net_socket_update_tc_rx_time()
1222 val = net_pkt_stats_tick(pkt)[i] - prev; in net_socket_update_tc_rx_time()
1223 prev = net_pkt_stats_tick(pkt)[i]; in net_socket_update_tc_rx_time()
1224 net_pkt_stats_tick(pkt)[i] = val; in net_socket_update_tc_rx_time()
1230 net_pkt_stats_tick(pkt)); in net_socket_update_tc_rx_time()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_pkt.h1077 static inline uint32_t *net_pkt_stats_tick(struct net_pkt *pkt) in net_pkt_stats_tick() function
1107 static inline uint32_t *net_pkt_stats_tick(struct net_pkt *pkt) in net_pkt_stats_tick() function
/Zephyr-Core-3.6.0/subsys/net/ip/
Dnet_if.c198 if (!net_pkt_stats_tick(pkt)[i]) { in update_txtime_stats_detail()
202 val = net_pkt_stats_tick(pkt)[i] - prev; in update_txtime_stats_detail()
203 prev = net_pkt_stats_tick(pkt)[i]; in update_txtime_stats_detail()
204 net_pkt_stats_tick(pkt)[i] = val; in update_txtime_stats_detail()
279 net_pkt_stats_tick(pkt)); in net_if_tx()