Searched refs:SKBEDIT_F_INHERITDSFIELD (Results 1 – 2 of 2) sorted by relevance
51 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()
33 #define SKBEDIT_F_INHERITDSFIELD 0x20 macro