Searched refs:SKBEDIT_F_TXQ_SKBHASH (Results 1 – 2 of 2) sorted by relevance
31 if (params->flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_hash()182 if (*pure_flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_init()199 flags |= SKBEDIT_F_TXQ_SKBHASH; in tcf_skbedit_init()322 if (params->flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_dump()327 pure_flags |= SKBEDIT_F_TXQ_SKBHASH; in tcf_skbedit_dump()
19 #define SKBEDIT_F_TXQ_SKBHASH 0x40 macro