Searched refs:sojourn_time (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.h87 aqm_time_t pkt_ts, sojourn_time; local
115 sojourn_time = now - pkt_ts;
116 if (sojourn_time < cprms->target || q->ni.len_bytes <= cst->maxpkt_size) {
H A Ddn_sched_fq_codel_helper.h58 aqm_time_t pkt_ts, sojourn_time; local
82 sojourn_time = now - pkt_ts;
83 if (sojourn_time < schk->cfg.ccfg.target || q->stats.len_bytes <= q->cst.maxpkt_size) {

Completed in 108 milliseconds