Lines Matching refs:tcfa_flags
251 bool skip_sw = tc_act_skip_sw(action->tcfa_flags); in tcf_action_offload_add_ex()
259 if (tc_act_skip_hw(action->tcfa_flags)) in tcf_action_offload_add_ex()
528 flags = a->tcfa_flags & TCA_ACT_FLAGS_USER_MASK; in tcf_action_dump_1()
809 p->tcfa_flags = flags; in tcf_idr_create()
1138 if (tc_act_skip_sw(a->tcfa_flags)) in tcf_action_exec()
1500 if (tc_act_bind(act->tcfa_flags)) { in tcf_action_init()
1508 if ((tc_act_skip_sw(act->tcfa_flags) && !skip_sw) || in tcf_action_init()
1509 (tc_act_skip_hw(act->tcfa_flags) && !skip_hw)) { in tcf_action_init()
1516 act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_SW; in tcf_action_init()
1518 act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_HW; in tcf_action_init()
1523 if (skip_sw != tc_act_skip_sw(act->tcfa_flags) || in tcf_action_init()
1524 skip_hw != tc_act_skip_hw(act->tcfa_flags)) { in tcf_action_init()
1532 if (tc_act_skip_sw(act->tcfa_flags) && err) in tcf_action_init()
1909 if (IS_ERR(p) || tc_act_bind(p->tcfa_flags)) in tcf_action_reoffload_cb()
1921 if (tc_act_skip_sw(p->tcfa_flags) && in tcf_action_reoffload_cb()