Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_skbedit.c173 u64 *pure_flags = nla_data(tb[TCA_SKBEDIT_FLAGS]); in tcf_skbedit_init() local
175 if (*pure_flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_init()
194 if (*pure_flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_init()
288 u64 pure_flags = 0; in tcf_skbedit_dump() local
314 pure_flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_dump()
320 pure_flags |= SKBEDIT_F_TXQ_SKBHASH; in tcf_skbedit_dump()
322 if (pure_flags != 0 && in tcf_skbedit_dump()
323 nla_put(skb, TCA_SKBEDIT_FLAGS, sizeof(pure_flags), &pure_flags)) in tcf_skbedit_dump()