Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_altq.c93 static int is_gsc_under_sc(struct gen_sc *,
814 if (!is_gsc_under_sc(&parent->meta.rtsc, &sc)) { in eval_pfqueue_hfsc()
832 if (!is_gsc_under_sc(&parent->meta.lssc, &sc)) { in eval_pfqueue_hfsc()
914 if (!is_gsc_under_sc(&parent->meta.lssc, &sc)) { in eval_pfqueue_fairq()
1077 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) in is_gsc_under_sc() function