Searched refs:perturb_period (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_sfq.c50 if (get_integer(&opt.perturb_period, *argv, 0)) {
98 if (qopt->perturb_period)
99 fprintf(f, "perturb %dsec ", qopt->perturb_period);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_flow.c41 u32 perturb_period; member in struct:flow_filter
394 if (f->perturb_period)
395 mod_timer(&f->perturb_timer, jiffies + f->perturb_period);
424 unsigned int perturb_period = 0; local
475 perturb_period = f->perturb_period;
479 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
497 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
545 f->perturb_period = perturb_period;
[all...]
H A Dsch_sfq.c94 int perturb_period; member in struct:sfq_sched_data
411 if (q->perturb_period)
412 mod_timer(&q->perturb_timer, jiffies + q->perturb_period);
426 q->perturb_period = ctl->perturb_period * HZ;
436 if (q->perturb_period) {
437 mod_timer(&q->perturb_timer, jiffies + q->perturb_period);
467 q->perturb_period = 0;
485 q->perturb_period = 0;
496 opt.perturb_period
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h135 int perturb_period; /* Period of hash perturbation */ member in struct:tc_sfq_qopt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h159 int perturb_period; /* Period of hash perturbation */ member in struct:tc_sfq_qopt

Completed in 119 milliseconds