Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_skbedit.c70 if (params->flags & SKBEDIT_F_QUEUE_MAPPING && in tcf_skbedit_act()
127 flags |= SKBEDIT_F_QUEUE_MAPPING; in tcf_skbedit_init()
202 if (flags & SKBEDIT_F_QUEUE_MAPPING) in tcf_skbedit_init()
246 if ((params->flags & SKBEDIT_F_QUEUE_MAPPING) && in tcf_skbedit_dump()
/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_skbedit.h29 #define SKBEDIT_F_QUEUE_MAPPING 0x2 macro