Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_skbedit.c180 u64 *pure_flags = nla_data(tb[TCA_SKBEDIT_FLAGS]); in tcf_skbedit_init() local
182 if (*pure_flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_init()
201 if (*pure_flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_init()
295 u64 pure_flags = 0; in tcf_skbedit_dump() local
321 pure_flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_dump()
327 pure_flags |= SKBEDIT_F_TXQ_SKBHASH; in tcf_skbedit_dump()
329 if (pure_flags != 0 && in tcf_skbedit_dump()
330 nla_put(skb, TCA_SKBEDIT_FLAGS, sizeof(pure_flags), &pure_flags)) in tcf_skbedit_dump()