Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_flow.c368 [TCA_FLOW_PERTURB] = { .type = NLA_U32 },
481 if (tb[TCA_FLOW_PERTURB]) { in flow_change()
484 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
499 if (tb[TCA_FLOW_PERTURB]) { in flow_change()
502 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
660 nla_put_u32(skb, TCA_FLOW_PERTURB, f->perturb_period / HZ)) in flow_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h281 TCA_FLOW_PERTURB, enumerator
/linux/include/uapi/linux/
H A Dpkt_cls.h360 TCA_FLOW_PERTURB, enumerator