Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/tc_act/
Dtc_skbedit.h13 #define SKBEDIT_F_PRIORITY 0x1 macro
/linux-6.12.1/net/sched/
Dact_skbedit.c54 if (params->flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_act()
148 flags |= SKBEDIT_F_PRIORITY; in tcf_skbedit_init()
250 if (flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_init()
305 if ((params->flags & SKBEDIT_F_PRIORITY) && in tcf_skbedit_dump()
/linux-6.12.1/include/net/tc_act/
Dtc_skbedit.h84 return is_tcf_skbedit_with_flag(a, SKBEDIT_F_PRIORITY); in is_tcf_skbedit_priority()