Searched refs:perturb_period (Results 1 – 2 of 2) sorted by relevance
47 u32 perturb_period; member353 if (f->perturb_period) in flow_perturbation()354 mod_timer(&f->perturb_timer, jiffies + f->perturb_period); in flow_perturbation()394 unsigned int perturb_period = 0; in flow_change() local475 perturb_period = fold->perturb_period; in flow_change()479 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()497 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()541 fnew->perturb_period = perturb_period; in flow_change()542 if (perturb_period) in flow_change()543 mod_timer(&fnew->perturb_timer, jiffies + perturb_period); in flow_change()[all …]
143 int perturb_period; member617 if (q->perturb_period) in sfq_perturbation()618 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_perturbation()649 q->perturb_period = ctl->perturb_period * HZ; in sfq_change()682 if (q->perturb_period) { in sfq_change()683 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_change()710 q->perturb_period = 0; in sfq_destroy()739 q->perturb_period = 0; in sfq_init()778 opt.v0.perturb_period = q->perturb_period / HZ; in sfq_dump()