Searched refs:tcfa_flags (Results 1 – 2 of 2) sorted by relevance
254 bool skip_sw = tc_act_skip_sw(action->tcfa_flags); in tcf_action_offload_add_ex()262 if (tc_act_skip_hw(action->tcfa_flags)) in tcf_action_offload_add_ex()769 p->tcfa_flags = flags; in tcf_idr_create()1078 if (tc_act_skip_sw(a->tcfa_flags)) in tcf_action_exec()1187 flags = a->tcfa_flags & TCA_ACT_FLAGS_USER_MASK; in tcf_action_dump_1()1476 if (tc_act_bind(act->tcfa_flags)) in tcf_action_init()1478 if (skip_sw != tc_act_skip_sw(act->tcfa_flags) || in tcf_action_init()1479 skip_hw != tc_act_skip_hw(act->tcfa_flags)) { in tcf_action_init()1487 if (tc_act_skip_sw(act->tcfa_flags) && err) in tcf_action_init()1850 if (IS_ERR(p) || tc_act_bind(p->tcfa_flags)) in tcf_action_reoffload_cb()[all …]
44 u32 tcfa_flags; member