Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
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()
/Linux-v5.10/include/uapi/linux/tc_act/
Dtc_skbedit.h26 #define SKBEDIT_F_PRIORITY 0x1 macro
/Linux-v5.10/include/net/tc_act/
Dtc_skbedit.h83 return is_tcf_skbedit_with_flag(a, SKBEDIT_F_PRIORITY); in is_tcf_skbedit_priority()