Searched refs:sched_nest (Results 1 – 1 of 1) sorted by relevance
1981 struct nlattr *nest, *sched_nest; in taprio_dump() local2022 sched_nest = nla_nest_start_noflag(skb, TCA_TAPRIO_ATTR_ADMIN_SCHED); in taprio_dump()2023 if (!sched_nest) in taprio_dump()2029 nla_nest_end(skb, sched_nest); in taprio_dump()2035 nla_nest_cancel(skb, sched_nest); in taprio_dump()