Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_skbedit.c51 if (params->flags & SKBEDIT_F_INHERITDSFIELD) { in tcf_skbedit_act()
151 if (*pure_flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_init()
152 flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_init()
258 if (params->flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_dump()
259 pure_flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_dump()
/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_skbedit.h33 #define SKBEDIT_F_INHERITDSFIELD 0x20 macro