Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_skbedit.c31 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()
/Linux-v6.6/include/uapi/linux/tc_act/
Dtc_skbedit.h19 #define SKBEDIT_F_TXQ_SKBHASH 0x40 macro