Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_skbedit.h29 TCA_SKBEDIT_PRIORITY, enumerator
/openbmc/linux/net/sched/
H A Dact_skbedit.c108 [TCA_SKBEDIT_PRIORITY] = { .len = sizeof(u32) },
147 if (tb[TCA_SKBEDIT_PRIORITY] != NULL) { in tcf_skbedit_init()
149 priority = nla_data(tb[TCA_SKBEDIT_PRIORITY]); in tcf_skbedit_init()
306 nla_put_u32(skb, TCA_SKBEDIT_PRIORITY, params->priority)) in tcf_skbedit_dump()