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

/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop_hfsc.c61 static int is_gsc_under_sc(struct gen_sc *, struct service_curve *);
481 if (!is_gsc_under_sc(&parent_clinfo->gen_rsc,
483 !is_gsc_under_sc(&parent_clinfo->gen_fsc,
598 if (!is_gsc_under_sc(&tmp_gen_rsc, &hfsc_clinfo->usc)) {
605 if (!is_gsc_under_sc(&hfsc_clinfo->gen_rsc, sc)) {
612 if (!is_gsc_under_sc(&parent_clinfo->gen_rsc,
622 if (!is_gsc_under_sc(&hfsc_clinfo->gen_fsc, sc)) {
629 if (!is_gsc_under_sc(&parent_clinfo->gen_fsc,
650 if (!is_gsc_under_sc(&tmp_gen_usc,
667 if (!is_gsc_under_sc(
785 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) function
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_altq.c74 static int is_gsc_under_sc(struct gen_sc *,
748 if (!is_gsc_under_sc(&rtsc, &sc)) {
766 if (!is_gsc_under_sc(&lssc, &sc)) {
902 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) function

Completed in 66 milliseconds