Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_skbedit.c49 if (params->flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_act()
122 flags |= SKBEDIT_F_PRIORITY; in tcf_skbedit_init()
200 if (flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_init()
243 if ((params->flags & SKBEDIT_F_PRIORITY) && in tcf_skbedit_dump()
/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_skbedit.h28 #define SKBEDIT_F_PRIORITY 0x1 macro