HomeSort by: relevance | last modified time | path
    Searched refs:rtsc_m2 (Results 1 - 3 of 3) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 683 if ((opts->rtsc_m1 > 0 && opts->rtsc_m2 == 0) ||
690 if ((opts->rtsc_m1 < opts->rtsc_m2 && opts->rtsc_m1 != 0) ||
719 if (opts->rtsc_m2 != 0 && altq->pq_u.hfsc_opts.rtsc_m2 != 0) {
722 sc.m2 = altq->pq_u.hfsc_opts.rtsc_m2;
739 if (opts->rtsc_m2 != 0) {
743 sc.m2 = opts->rtsc_m2;
780 if (opts->rtsc_m2 != 0 && opts->rtsc_m2 > opts->ulsc_m2) {
851 if (opts->flags || opts->rtsc_m2 != 0 || opts->ulsc_m2 != 0 |
    [all...]
  /src/sys/dist/pf/net/
pfvar.h 1271 u_int rtsc_m2; /* slope of the 2nd segment in bps */ member in struct:hfsc_opts
  /src/sys/altq/
altq_hfsc.c 267 rtsc.m2 = opts->rtsc_m2;

Completed in 36 milliseconds