Home
last modified time | relevance | path

Searched refs:TCA_FQ_PLIMIT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fq.c785 [TCA_FQ_PLIMIT] = { .type = NLA_U32 },
831 if (tb[TCA_FQ_PLIMIT]) in fq_change()
832 sch->limit = nla_get_u32(tb[TCA_FQ_PLIMIT]); in fq_change()
982 if (nla_put_u32(skb, TCA_FQ_PLIMIT, sch->limit) || in fq_dump()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h845 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h872 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h845 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h894 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */ enumerator