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