• Home
  • Raw
  • Download

Lines Matching refs:flags

39 	if (params->flags & SKBEDIT_F_PRIORITY)  in tcf_skbedit_act()
41 if (params->flags & SKBEDIT_F_INHERITDSFIELD) { in tcf_skbedit_act()
60 if (params->flags & SKBEDIT_F_QUEUE_MAPPING && in tcf_skbedit_act()
63 if (params->flags & SKBEDIT_F_MARK) { in tcf_skbedit_act()
67 if (params->flags & SKBEDIT_F_PTYPE) in tcf_skbedit_act()
98 u32 flags = 0, *priority = NULL, *mark = NULL, *mask = NULL; in tcf_skbedit_init() local
116 flags |= SKBEDIT_F_PRIORITY; in tcf_skbedit_init()
121 flags |= SKBEDIT_F_QUEUE_MAPPING; in tcf_skbedit_init()
129 flags |= SKBEDIT_F_PTYPE; in tcf_skbedit_init()
133 flags |= SKBEDIT_F_MARK; in tcf_skbedit_init()
138 flags |= SKBEDIT_F_MASK; in tcf_skbedit_init()
146 flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_init()
158 if (!flags) { in tcf_skbedit_init()
193 params_new->flags = flags; in tcf_skbedit_init()
194 if (flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_init()
196 if (flags & SKBEDIT_F_QUEUE_MAPPING) in tcf_skbedit_init()
198 if (flags & SKBEDIT_F_MARK) in tcf_skbedit_init()
200 if (flags & SKBEDIT_F_PTYPE) in tcf_skbedit_init()
204 if (flags & SKBEDIT_F_MASK) in tcf_skbedit_init()
249 if ((params->flags & SKBEDIT_F_PRIORITY) && in tcf_skbedit_dump()
252 if ((params->flags & SKBEDIT_F_QUEUE_MAPPING) && in tcf_skbedit_dump()
255 if ((params->flags & SKBEDIT_F_MARK) && in tcf_skbedit_dump()
258 if ((params->flags & SKBEDIT_F_PTYPE) && in tcf_skbedit_dump()
261 if ((params->flags & SKBEDIT_F_MASK) && in tcf_skbedit_dump()
264 if (params->flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_dump()