Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dsch_fq.c793 [TCA_FQ_FLOW_REFILL_DELAY] = { .type = NLA_U32 },
873 if (tb[TCA_FQ_FLOW_REFILL_DELAY]) { in fq_change()
874 u32 usecs_delay = nla_get_u32(tb[TCA_FQ_FLOW_REFILL_DELAY]) ; in fq_change()
989 nla_put_u32(skb, TCA_FQ_FLOW_REFILL_DELAY, in fq_dump()
/linux-5.19.10/tools/include/uapi/linux/
Dpkt_sched.h889 TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */ enumerator
/linux-5.19.10/include/uapi/linux/
Dpkt_sched.h913 TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */ enumerator