Searched refs:ipdn_bound_var (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_rr.c | 249 ipdn_bound_var(&fs->fs.par[0], 1, in rr_new_fsk() 251 ipdn_bound_var(&fs->fs.par[1], schk->q_bytes, in rr_new_fsk()
|
| H A D | dn_sched.h | 162 int ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg);
|
| H A D | dn_sched_prio.c | 158 ipdn_bound_var(&fs->fs.par[0], 0, 0, MAXPRIO - 1, "PRIO priority"); in prio_new_fsk()
|
| H A D | dn_sched_wf2q.c | 298 ipdn_bound_var(&fs->fs.par[0], 1, in wf2qp_new_fsk()
|
| H A D | dn_sched_qfq.c | 798 ipdn_bound_var(&f->fs.par[0], 1, 1, QFQ_MAX_WEIGHT, "qfq weight"); in qfq_new_fsk() 799 ipdn_bound_var(&f->fs.par[1], 1500, 1, 2000, "qfq maxlen"); in qfq_new_fsk()
|
| H A D | ip_dummynet.c | 142 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) in ipdn_bound_var() function 1618 ipdn_bound_var(&nfs->qsize, 16384, in config_fs() 1621 ipdn_bound_var(&nfs->qsize, 50, in config_fs() 1626 ipdn_bound_var((int *)&nfs->buckets, dn_cfg.hash_size, in config_fs() 1732 ipdn_bound_var((int *)&a.sch->buckets, dn_cfg.hash_size, in config_sched()
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_sched.c | 73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) in ipdn_bound_var() function
|