Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dcls_flow.c349 [TCA_FLOW_PERTURB] = { .type = NLA_U32 },
452 if (tb[TCA_FLOW_PERTURB]) { in flow_change()
455 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
470 if (tb[TCA_FLOW_PERTURB]) { in flow_change()
473 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
628 nla_put_u32(skb, TCA_FLOW_PERTURB, f->perturb_period / HZ)) in flow_dump()
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h359 TCA_FLOW_PERTURB, enumerator