Home
last modified time | relevance | path

Searched refs:TCA_FLOW_PERTURB (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/sched/
Dcls_flow.c347 [TCA_FLOW_PERTURB] = { .type = NLA_U32 },
413 if (tb[TCA_FLOW_PERTURB]) { in flow_change()
416 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
431 if (tb[TCA_FLOW_PERTURB]) { in flow_change()
434 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
593 NLA_PUT_U32(skb, TCA_FLOW_PERTURB, f->perturb_period / HZ); in flow_dump()
/linux-3.4.99/include/linux/
Dpkt_cls.h359 TCA_FLOW_PERTURB, enumerator