Searched refs:perturb_period (Results 1 – 3 of 3) 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()401 unsigned int perturb_period = 0; in flow_change() local480 perturb_period = fold->perturb_period; in flow_change()484 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()502 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()552 fnew->perturb_period = perturb_period; in flow_change()553 if (perturb_period) in flow_change()554 mod_timer(&fnew->perturb_timer, jiffies + perturb_period); in flow_change()[all …]
134 int perturb_period; member623 period = READ_ONCE(q->perturb_period); in sfq_perturbation()642 int perturb_period; in sfq_change() local662 if (ctl->perturb_period < 0 || in sfq_change()663 ctl->perturb_period > INT_MAX / HZ) { in sfq_change()667 perturb_period = ctl->perturb_period * HZ; in sfq_change()728 WRITE_ONCE(q->perturb_period, perturb_period); in sfq_change()745 if (q->perturb_period) { in sfq_change()746 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_change()769 WRITE_ONCE(q->perturb_period, 0); in sfq_destroy()[all …]
214 int perturb_period; /* Period of hash perturbation */ member