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

/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_altq.h60 u_int rtsc_m1; /* slope of the 1st segment in bps */ member in struct:hfsc_opts
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_altq.c731 if ((opts->rtsc_m1 > 0 && opts->rtsc_m2 == 0) ||
738 if ((opts->rtsc_m1 < opts->rtsc_m2 && opts->rtsc_m1 != 0) ||
768 sc.m1 = altq->pq_u.hfsc_opts.rtsc_m1;
789 sc.m1 = opts->rtsc_m1;
1032 print_hfsc_sc("realtime", opts->rtsc_m1, opts->rtsc_d,
1408 pa->pq_u.hfsc_opts.rtsc_m1 =
/freebsd-11.0-release/sys/net/altq/
H A Daltq_hfsc.c249 rtsc.m1 = opts->rtsc_m1;

Completed in 97 milliseconds