Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_skbedit.h14 #define SKBEDIT_F_QUEUE_MAPPING 0x2 macro
/openbmc/linux/net/sched/
H A Dact_skbedit.c75 if (params->flags & SKBEDIT_F_QUEUE_MAPPING && in tcf_skbedit_act()
158 flags |= SKBEDIT_F_QUEUE_MAPPING; in tcf_skbedit_init()
252 if (flags & SKBEDIT_F_QUEUE_MAPPING) { in tcf_skbedit_init()
308 if ((params->flags & SKBEDIT_F_QUEUE_MAPPING) && in tcf_skbedit_dump()
/openbmc/linux/include/net/tc_act/
H A Dtc_skbedit.h112 return is_tcf_skbedit_with_flag(a, SKBEDIT_F_QUEUE_MAPPING); in is_tcf_skbedit_queue_mapping()