Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_etf.c23 #define DEADLINE_MODE_IS_ON(x) ((x)->flags & TC_ETF_DEADLINE_MODE_ON)
476 opt.flags |= TC_ETF_DEADLINE_MODE_ON; in etf_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h883 #define TC_ETF_DEADLINE_MODE_ON BIT(0) macro