Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_api.c253 if (!(act_flags & TCA_FLAG_LARGE_DUMP_ON) && in tcf_dump_walker()
263 if (act_flags & TCA_FLAG_LARGE_DUMP_ON) in tcf_dump_walker()
1375 static u32 tcaa_root_flags_allowed = TCA_FLAG_LARGE_DUMP_ON;
/Linux-v5.4/include/uapi/linux/
Drtnetlink.h749 #define TCA_FLAG_LARGE_DUMP_ON (1 << 0) macro