Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_ets.c60 [TCA_ETS_NSTRICT] = { .type = NLA_U8 },
619 if (tb[TCA_ETS_NSTRICT]) { in ets_qdisc_change()
620 nstrict = nla_get_u8(tb[TCA_ETS_NSTRICT]); in ets_qdisc_change()
759 nla_put_u8(skb, TCA_ETS_NSTRICT, q->nstrict)) in ets_qdisc_dump()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h1257 TCA_ETS_NSTRICT, /* u8 */ enumerator