Searched refs:net_pkt_stats_tick (Results 1 – 3 of 3) sorted by relevance
1218 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()
1077 static inline uint32_t *net_pkt_stats_tick(struct net_pkt *pkt) in net_pkt_stats_tick() function1107 static inline uint32_t *net_pkt_stats_tick(struct net_pkt *pkt) in net_pkt_stats_tick() function
198 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()