Home
last modified time | relevance | path

Searched refs:packet_tx_expiration_timestamp (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel_event.h96 uint64_t packet_tx_expiration_timestamp; member
/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpacket_kern.c1066 exp_notif.packet_tx_expiration_timestamp = mach_absolute_time(); in kern_packet_check_for_expiry_and_notify()
1069 if (exp_notif.packet_tx_expiration_timestamp < exp_notif.packet_tx_expiration_deadline) { in kern_packet_check_for_expiry_and_notify()
/xnu-10063.141.1/bsd/net/
H A Dif_fake.c1594 expn.packet_tx_expiration_timestamp = mach_absolute_time(); in feth_tx_expired_error()