Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_altq.h61 u_int rtsc_m1; /* slope of the 1st segment in bps */ member
77 u_int64_t rtsc_m1; /* slope of the 1st segment in bps */ member
H A Dpf_ioctl.c1632 ASSIGN_OPT_SATU32(rtsc_m1); in pf_export_kaltq()
1740 ASSIGN_OPT(rtsc_m1); in pf_import_kaltq()
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c777 if ((opts->rtsc_m1 > 0 && opts->rtsc_m2 == 0) || in eval_pfqueue_hfsc()
784 if ((opts->rtsc_m1 < opts->rtsc_m2 && opts->rtsc_m1 != 0) || in eval_pfqueue_hfsc()
806 sc.m1 = opts->rtsc_m1; in eval_pfqueue_hfsc()
979 print_hfsc_sc("realtime", opts->rtsc_m1, opts->rtsc_d, in print_hfsc_opts()
1317 pa->pq_u.hfsc_opts.rtsc_m1 = in eval_queue_opts()
/freebsd/sys/net/altq/
H A Daltq_hfsc.c223 rtsc.m1 = opts->rtsc_m1; in hfsc_add_queue()