Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_etf.c24 #define OFFLOAD_IS_ON(x) ((x)->flags & TC_ETF_OFFLOAD_ON)
473 opt.flags |= TC_ETF_OFFLOAD_ON; in etf_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h884 #define TC_ETF_OFFLOAD_ON BIT(1) macro