Home
last modified time | relevance | path

Searched refs:tcfa_flags (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/tc_act/
H A Dtc_skbedit.h125 !is_tcf_skbedit_ingress(a->tcfa_flags); in is_tcf_skbedit_tx_queue_mapping()
131 is_tcf_skbedit_ingress(a->tcfa_flags); in is_tcf_skbedit_rx_queue_mapping()
/linux/net/sched/
H A Dact_api.c249 bool skip_sw = tc_act_skip_sw(action->tcfa_flags); in tcf_action_offload_add_ex()
257 if (tc_act_skip_hw(action->tcfa_flags)) in tcf_action_offload_add_ex()
529 flags = a->tcfa_flags & TCA_ACT_FLAGS_USER_MASK; in tcf_action_dump_1()
810 p->tcfa_flags = flags; in tcf_idr_create()
1148 if (tc_act_skip_sw(a->tcfa_flags)) in tcf_action_exec()
1524 if (tc_act_bind(act->tcfa_flags)) { in tcf_action_init()
1532 if ((tc_act_skip_sw(act->tcfa_flags) && !skip_sw) || in tcf_action_init()
1533 (tc_act_skip_hw(act->tcfa_flags) && !skip_hw)) { in tcf_action_init()
1540 act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_SW; in tcf_action_init()
1542 act->tcfa_flags | in tcf_action_init()
[all...]
/linux/include/net/
H A Dact_api.h47 u32 tcfa_flags; member