Searched refs:ipdn_bound_var (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) function
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched.h164 int ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg);
H A Ddn_sched_rr.c249 ipdn_bound_var(&fs->fs.par[0], 1,
251 ipdn_bound_var(&fs->fs.par[1], schk->q_bytes,
H A Ddn_sched_prio.c158 ipdn_bound_var(&fs->fs.par[0], 0, 0, MAXPRIO - 1, "PRIO priority");
H A Ddn_sched_wf2q.c298 ipdn_bound_var(&fs->fs.par[0], 1,
H A Ddn_sched_qfq.c798 ipdn_bound_var(&f->fs.par[0], 1, 1, QFQ_MAX_WEIGHT, "qfq weight");
799 ipdn_bound_var(&f->fs.par[1], 1500, 1, 2000, "qfq maxlen");
H A Dip_dummynet.c156 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) function
1629 ipdn_bound_var(&nfs->qsize, 16384,
1632 ipdn_bound_var(&nfs->qsize, 50,
1637 ipdn_bound_var((int *)&nfs->buckets, V_dn_cfg.hash_size,
1744 ipdn_bound_var((int *)&a.sch->buckets, V_dn_cfg.hash_size,

Completed in 50 milliseconds