Searched refs:pure_flags (Results 1 – 1 of 1) sorted by relevance
178 u64 *pure_flags = nla_data(tb[TCA_SKBEDIT_FLAGS]); in tcf_skbedit_init() local180 if (*pure_flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_init()199 if (*pure_flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_init()294 u64 pure_flags = 0; in tcf_skbedit_dump() local319 pure_flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_dump()325 pure_flags |= SKBEDIT_F_TXQ_SKBHASH; in tcf_skbedit_dump()327 if (pure_flags != 0 && in tcf_skbedit_dump()328 nla_put(skb, TCA_SKBEDIT_FLAGS, sizeof(pure_flags), &pure_flags)) in tcf_skbedit_dump()
Completed in 4 milliseconds