Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel.c233 *((uint32_t *) &tuple[1]) = si->perturbation; in fq_codel_classify_flow()
260 *((uint32_t *) &tuple[1]) = si->perturbation; in fq_codel_classify_flow()
465 si->perturbation = random(); in fq_codel_new_sched()
H A Ddn_sched_fq_codel.h81 uint32_t perturbation; /* random value */ member
H A Ddn_sched_fq_pie.c138 uint32_t perturbation; /* random value */ member
802 *((uint32_t *) &tuple[1]) = si->perturbation; in fq_pie_classify_flow()
829 *((uint32_t *) &tuple[1]) = si->perturbation; in fq_pie_classify_flow()
1046 si->perturbation = random(); in fq_pie_new_sched()