Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_fq.c798 [TCA_FQ_HORIZON] = { .type = NLA_U32 },
889 if (tb[TCA_FQ_HORIZON]) in fq_change()
891 nla_get_u32(tb[TCA_FQ_HORIZON]); in fq_change()
997 nla_put_u32(skb, TCA_FQ_HORIZON, (u32)horizon) || in fq_dump()
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h918 TCA_FQ_HORIZON, /* time horizon in us */ enumerator