Home
last modified time | relevance | path

Searched refs:net_pkt_timestamp (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/gptp/
Dgptp_md.c209 gptp_timestamp_to_nsec(net_pkt_timestamp(pkt)); in gptp_md_compute_pdelay_rate_ratio()
275 t1_ns = gptp_timestamp_to_nsec(net_pkt_timestamp(pkt)); in gptp_md_compute_prop_time()
281 t4_ns = gptp_timestamp_to_nsec(net_pkt_timestamp(pkt)); in gptp_md_compute_prop_time()
Dgptp_messages.c136 net_pkt_timestamp(pkt)); in gptp_pdelay_response_timestamp_callback()
262 sync_ts = net_pkt_timestamp(sync); in gptp_prepare_follow_up()
670 gptp_send_pdelay_resp(port, reply, net_pkt_timestamp(pkt)); in gptp_handle_pdelay_req()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_pkt.h969 static inline struct net_ptp_time *net_pkt_timestamp(struct net_pkt *pkt) in net_pkt_timestamp() function
991 static inline struct net_ptp_time *net_pkt_timestamp(struct net_pkt *pkt) in net_pkt_timestamp() function
/Zephyr-Core-3.6.0/subsys/net/ip/
Dnet_pkt.c1869 net_pkt_set_timestamp(clone_pkt, net_pkt_timestamp(pkt));