Home
last modified time | relevance | path

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

/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_packet.c423 __packet_set_tx_timestamp(ph, ts); in os_packet_set_tx_timestamp()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c371 __packet_set_tx_timestamp(SK_PKT2PH(pkt), m_tx_timestamp); in netif_gso_tcp_segment_mbuf()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c995 __packet_set_tx_timestamp(ph, *(uint64_t *)(ts_tag->m_tag_data)); in pkt_copy_from_mbuf()
1397 __packet_set_tx_timestamp(ph, *(uint64_t *)(ts_tag->m_tag_data)); in pkt_copy_multi_buflet_from_mbuf()
H A Dpacket_common.h474 __packet_set_tx_timestamp(const uint64_t ph, const uint64_t ts) in __packet_set_tx_timestamp() function
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3864 __packet_set_tx_timestamp(SK_PKT2PH(pkt), pkt_tx_timestamp); in do_gso()