Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq.c654 [TCA_FQ_FLOW_REFILL_DELAY] = { .type = NLA_U32 },
717 if (tb[TCA_FQ_FLOW_REFILL_DELAY]) { in fq_change()
718 u32 usecs_delay = nla_get_u32(tb[TCA_FQ_FLOW_REFILL_DELAY]) ; in fq_change()
799 nla_put_u32(skb, TCA_FQ_FLOW_REFILL_DELAY, in fq_dump()
/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h775 TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */ enumerator