Home
last modified time | relevance | path

Searched refs:SKBEDIT_F_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_skbedit.c39 if (params->flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_act()
127 flags |= SKBEDIT_F_PRIORITY; in tcf_skbedit_init()
205 if (flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_init()
258 if ((params->flags & SKBEDIT_F_PRIORITY) && in tcf_skbedit_dump()
/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_skbedit.h26 #define SKBEDIT_F_PRIORITY 0x1 macro
/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/tc_act/
H A Dtc_skbedit.h28 #define SKBEDIT_F_PRIORITY 0x1 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/tc_act/
H A Dtc_skbedit.h28 #define SKBEDIT_F_PRIORITY 0x1 macro
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_skbedit.h83 return is_tcf_skbedit_with_flag(a, SKBEDIT_F_PRIORITY); in is_tcf_skbedit_priority()