Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_skbedit.c41 if (params->flags & SKBEDIT_F_INHERITDSFIELD) { in tcf_skbedit_act()
145 if (*pure_flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_init()
146 flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_init()
264 if (params->flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_dump()
265 pure_flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_dump()
/Linux-v5.4/include/uapi/linux/tc_act/
Dtc_skbedit.h31 #define SKBEDIT_F_INHERITDSFIELD 0x20 macro