Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_altq.c98 static double sc_x2y(struct service_curve *, double);
1100 if (s->y > sc_x2y(sc, s->x)) in is_gsc_under_sc()
1111 if (y > sc_x2y(sc, sc->d)) in is_gsc_under_sc()
1204 sc_x2y(struct service_curve *sc, double x) in sc_x2y() function