Searched refs:net_pkt_set_timestamp_ns (Results 1 – 5 of 5) sorted by relevance
205 net_pkt_set_timestamp_ns(pkt, rx_frame->time * NSEC_PER_USEC); in nrf5_rx_thread()450 net_pkt_set_timestamp_ns(ack_pkt, nrf5_radio->ack_frame.time * NSEC_PER_USEC); in handle_ack()
459 net_pkt_set_timestamp_ns(pkt, ts_nsec); in dwt_irq_handle_rx()876 net_pkt_set_timestamp_ns(pkt, tmp_fs / 1000000U); in dwt_tx()
1134 static inline void net_pkt_set_timestamp_ns(struct net_pkt *pkt, net_time_t timestamp) in net_pkt_set_timestamp_ns() function1160 static inline void net_pkt_set_timestamp_ns(struct net_pkt *pkt, net_time_t timestamp) in net_pkt_set_timestamp_ns() function
427 net_pkt_set_timestamp_ns(tx_pkt, convert_32bit_us_wrapped_to_64bit_ns(tx_at)); in transmit_message()
2196 net_pkt_set_timestamp_ns(pkt, *(net_time_t *)CMSG_DATA(cmsg)); in set_pkt_txtime()