Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h737 #define TCA_FLAG_LARGE_DUMP_ON (1 << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h737 #define TCA_FLAG_LARGE_DUMP_ON (1 << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h774 #define TCA_FLAG_LARGE_DUMP_ON (1 << 0) macro
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_api.c270 if (!(act_flags & TCA_FLAG_LARGE_DUMP_ON) && in tcf_dump_walker()
280 if (act_flags & TCA_FLAG_LARGE_DUMP_ON) in tcf_dump_walker()
1530 [TCA_ROOT_FLAGS] = NLA_POLICY_BITFIELD32(TCA_FLAG_LARGE_DUMP_ON),