Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/tc_act/
Dtc_skbedit.h124 !is_tcf_skbedit_ingress(a->tcfa_flags); in is_tcf_skbedit_tx_queue_mapping()
130 is_tcf_skbedit_ingress(a->tcfa_flags); in is_tcf_skbedit_rx_queue_mapping()
/Linux-v6.6/net/sched/
Dact_api.c251 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()
765 p->tcfa_flags = flags; in tcf_idr_create()
1074 if (tc_act_skip_sw(a->tcfa_flags)) in tcf_action_exec()
1183 flags = a->tcfa_flags & TCA_ACT_FLAGS_USER_MASK; in tcf_action_dump_1()
1472 if (tc_act_bind(act->tcfa_flags)) in tcf_action_init()
1474 if (skip_sw != tc_act_skip_sw(act->tcfa_flags) || in tcf_action_init()
1475 skip_hw != tc_act_skip_hw(act->tcfa_flags)) { in tcf_action_init()
1483 if (tc_act_skip_sw(act->tcfa_flags) && err) in tcf_action_init()
1848 if (IS_ERR(p) || tc_act_bind(p->tcfa_flags)) in tcf_action_reoffload_cb()
[all …]
/Linux-v6.6/include/net/
Dact_api.h44 u32 tcfa_flags; member