Home
last modified time | relevance | path

Searched defs:tx_time (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Duipc_socket.h62 uint64_t tx_time; member
H A Duipc_mbuf2.c1271 mbuf_set_tx_time(struct mbuf *m, uint64_t tx_time) in mbuf_set_tx_time()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_pacing.c74 tcp_pacer_get_packet_tx_time(struct tcpcb *tp, int pkt_len, uint64_t *tx_time) in tcp_pacer_get_packet_tx_time()
/xnu-12377.61.12/bsd/net/classq/
H A Dclassq_fq_codel.c649 uint64_t tx_time = FQ_INVALID_TX_TS; in fq_get_next_tx_time() local