Lines Matching refs:tcfa_flags
251 bool skip_sw = tc_act_skip_sw(action->tcfa_flags);
259 if (tc_act_skip_hw(action->tcfa_flags))
765 p->tcfa_flags = flags;
1074 if (tc_act_skip_sw(a->tcfa_flags))
1183 flags = a->tcfa_flags & TCA_ACT_FLAGS_USER_MASK;
1472 if (tc_act_bind(act->tcfa_flags))
1474 if (skip_sw != tc_act_skip_sw(act->tcfa_flags) ||
1475 skip_hw != tc_act_skip_hw(act->tcfa_flags)) {
1483 if (tc_act_skip_sw(act->tcfa_flags) && err)
1848 if (IS_ERR(p) || tc_act_bind(p->tcfa_flags))
1860 if (tc_act_skip_sw(p->tcfa_flags) &&