Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h644 #define TCA_DUMP_FLAGS_TERSE (1 << 0) /* Means that in dump user gets only basic macro
/openbmc/linux/net/sched/
H A Dcls_api.c2720 [TCA_DUMP_FLAGS] = NLA_POLICY_BITFIELD32(TCA_DUMP_FLAGS_TERSE),
2750 terse_dump = flags.value & TCA_DUMP_FLAGS_TERSE; in tc_dump_tfilter()