Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/tc_act/
Dtc_skbedit.h13 #define SKBEDIT_F_PRIORITY 0x1 macro
/Linux-v6.1/net/sched/
Dact_skbedit.c52 if (params->flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_act()
146 flags |= SKBEDIT_F_PRIORITY; in tcf_skbedit_init()
243 if (flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_init()
298 if ((params->flags & SKBEDIT_F_PRIORITY) && in tcf_skbedit_dump()
/Linux-v6.1/include/net/tc_act/
Dtc_skbedit.h84 return is_tcf_skbedit_with_flag(a, SKBEDIT_F_PRIORITY); in is_tcf_skbedit_priority()