Searched refs:net_pkt_stats_tick (Results 1 – 3 of 3) sorted by relevance
878 if (!net_pkt_stats_tick(pkt)[i]) { in net_socket_update_tc_rx_time()882 val = net_pkt_stats_tick(pkt)[i] - prev; in net_socket_update_tc_rx_time()883 prev = net_pkt_stats_tick(pkt)[i]; in net_socket_update_tc_rx_time()884 net_pkt_stats_tick(pkt)[i] = val; in net_socket_update_tc_rx_time()890 net_pkt_stats_tick(pkt)); in net_socket_update_tc_rx_time()
1200 static inline uint32_t *net_pkt_stats_tick(struct net_pkt *pkt) in net_pkt_stats_tick() function1230 static inline uint32_t *net_pkt_stats_tick(struct net_pkt *pkt) in net_pkt_stats_tick() function
206 if (!net_pkt_stats_tick(pkt)[i]) { in update_txtime_stats_detail()210 val = net_pkt_stats_tick(pkt)[i] - prev; in update_txtime_stats_detail()211 prev = net_pkt_stats_tick(pkt)[i]; in update_txtime_stats_detail()212 net_pkt_stats_tick(pkt)[i] = val; in update_txtime_stats_detail()291 net_pkt_stats_tick(pkt)); in net_if_tx()