Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/pktsched/
H A Dpktsched.c478 *pkt_tx_time = kp->pkt_com_opt->__po_pkt_tx_time; in pktsched_get_pkt_vars()
/xnu-10063.101.15/bsd/skywalk/packet/
H A Dos_packet_private.h629 #define __po_pkt_tx_time __pkt_opt_com.__pkt_tx_time macro
H A Dpacket_copy.c1580 *(uint64_t *)tag->m_tag_data = pkt->pkt_com_opt->__po_pkt_tx_time; in pkt_copy_to_mbuf()
1796 *(uint64_t *)tag->m_tag_data = pkt->pkt_com_opt->__po_pkt_tx_time; in pkt_copy_multi_buflet_to_mbuf()
H A Dpacket_common.h494 po->__po_pkt_tx_time = ts; in __packet_set_tx_timestamp()
/xnu-10063.101.15/bsd/net/classq/
H A Dclassq_fq_codel.c656 tx_time = p->pkt_com_opt->__po_pkt_tx_time; in fq_get_next_tx_time()