Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_altq.c683 if ((opts->rtsc_m1 > 0 && opts->rtsc_m2 == 0) || in eval_pfqueue_hfsc()
690 if ((opts->rtsc_m1 < opts->rtsc_m2 && opts->rtsc_m1 != 0) || in eval_pfqueue_hfsc()
720 sc.m1 = altq->pq_u.hfsc_opts.rtsc_m1; in eval_pfqueue_hfsc()
741 sc.m1 = opts->rtsc_m1; in eval_pfqueue_hfsc()
866 print_hfsc_sc("realtime", opts->rtsc_m1, opts->rtsc_d, in print_hfsc_opts()
1175 pa->pq_u.hfsc_opts.rtsc_m1 = in eval_queue_opts()
/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h1269 u_int rtsc_m1; /* slope of the 1st segment in bps */ member
/netbsd-src/sys/altq/
H A Daltq_hfsc.c265 rtsc.m1 = opts->rtsc_m1; in hfsc_add_queue()