Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq.c657 [TCA_FQ_FLOW_REFILL_DELAY] = { .type = NLA_U32 },
721 if (tb[TCA_FQ_FLOW_REFILL_DELAY]) { in fq_change()
722 u32 usecs_delay = nla_get_u32(tb[TCA_FQ_FLOW_REFILL_DELAY]) ; in fq_change()
804 nla_put_u32(skb, TCA_FQ_FLOW_REFILL_DELAY, in fq_dump()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h780 TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */ enumerator