Home
last modified time | relevance | path

Searched refs:net_pkt_set_timestamp (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c150 net_pkt_set_timestamp(pkt, &timestamp); in update_gptp()
Deth_xmc4xxx.c428 net_pkt_set_timestamp(pkt, &timestamp); in eth_xmc4xxx_rx_pkt()
536 net_pkt_set_timestamp(pkt, &timestamp); in eth_xmc4xxx_handle_tx()
Deth_sam_gmac.c665 net_pkt_set_timestamp(pkt, &timestamp); in timestamp_tx_pkt()
685 net_pkt_set_timestamp(pkt, &timestamp); in timestamp_rx_pkt()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1122 static inline void net_pkt_set_timestamp(struct net_pkt *pkt, in net_pkt_set_timestamp() function
1146 static inline void net_pkt_set_timestamp(struct net_pkt *pkt, in net_pkt_set_timestamp() function
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c2065 net_pkt_set_timestamp(clone_pkt, net_pkt_timestamp(pkt));