Home
last modified time | relevance | path

Searched refs:ready_time (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/net/classq/
H A Dclassq_fq_codel.c693 fq_tx_time_ready(fq_if_t *fqs, fq_t *fq, uint64_t now, uint64_t *ready_time) in fq_tx_time_ready() argument
703 if (ready_time != NULL) { in fq_tx_time_ready()
704 *ready_time = pkt_tx_time; in fq_tx_time_ready()
H A Dclassq_fq_codel.h265 uint64_t *ready_time);