Searched refs:perturb_period (Results 1 – 4 of 4) sorted by relevance
44 u32 perturb_period; member351 if (f->perturb_period) in flow_perturbation()352 mod_timer(&f->perturb_timer, jiffies + f->perturb_period); in flow_perturbation()400 unsigned int perturb_period = 0; in flow_change() local479 perturb_period = fold->perturb_period; in flow_change()483 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()501 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()543 fnew->perturb_period = perturb_period; in flow_change()544 if (perturb_period) in flow_change()545 mod_timer(&fnew->perturb_timer, jiffies + perturb_period); in flow_change()[all …]
141 int perturb_period; member621 if (q->perturb_period) in sfq_perturbation()622 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_perturbation()665 q->perturb_period = ctl->perturb_period * HZ; in sfq_change()703 if (q->perturb_period) { in sfq_change()704 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_change()727 q->perturb_period = 0; in sfq_destroy()761 q->perturb_period = 0; in sfq_init()800 opt.v0.perturb_period = q->perturb_period / HZ; in sfq_dump()
214 int perturb_period; /* Period of hash perturbation */ member
215 int perturb_period; /* Period of hash perturbation */ member