Home
last modified time | relevance | path

Searched refs:act_index (Results 1 – 22 of 22) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dmpls.c11 int act_index, in tc_act_can_offload_mpls_push() argument
51 int act_index, in tc_act_can_offload_mpls_pop() argument
65 if ((act_index == 1 && !parse_state->decap) || act_index > 1) { in tc_act_can_offload_mpls_pop()
A Dtun.c11 int act_index, in tc_act_can_offload_tun_encap() argument
38 int act_index, in tc_act_can_offload_tun_decap() argument
A Ddrop.c10 int act_index, in tc_act_can_offload_drop() argument
A Daccept.c10 int act_index, in tc_act_can_offload_accept() argument
A Dtrap.c11 int act_index, in tc_act_can_offload_trap() argument
A Dptype.c10 int act_index, in tc_act_can_offload_ptype() argument
A Dmark.c10 int act_index, in tc_act_can_offload_mark() argument
A Dcsum.c41 int act_index, in tc_act_can_offload_csum() argument
A Dmirred_nic.c10 int act_index, in tc_act_can_offload_mirred_nic() argument
A Dredirect_ingress.c10 int act_index, in tc_act_can_offload_redirect_ingress() argument
A Dsample.c12 int act_index, in tc_act_can_offload_sample() argument
A Dct.c11 int act_index, in tc_act_can_offload_ct() argument
A Dgoto.c62 int act_index, in tc_act_can_offload_goto() argument
A Dvlan_mangle.c56 int act_index, in tc_act_can_offload_vlan_mangle() argument
A Dact.h43 int act_index,
A Dpedit.c84 int act_index, in tc_act_can_offload_pedit() argument
A Dvlan.c147 int act_index, in tc_act_can_offload_vlan() argument
A Dpolice.c43 int act_index, in tc_act_can_offload_police() argument
A Dmirred.c103 int act_index, in tc_act_can_offload_mirred() argument
/linux-6.3-rc2/include/net/
A Dpkt_cls.h357 tcf_exts_exec_ex(struct sk_buff *skb, struct tcf_exts *exts, int act_index, in tcf_exts_exec_ex() argument
361 return tcf_action_exec(skb, exts->actions + act_index, in tcf_exts_exec_ex()
362 exts->nr_actions - act_index, res); in tcf_exts_exec_ex()
/linux-6.3-rc2/net/sched/
A Dcls_api.c72 u32 act_index; member
126 tcf_exts_miss_cookie_lookup(u64 miss_cookie, int *act_index) in tcf_exts_miss_cookie_lookup() argument
130 *act_index = mc.act_index; in tcf_exts_miss_cookie_lookup()
146 static u64 tcf_exts_miss_cookie_get(u32 miss_cookie_base, int act_index) in tcf_exts_miss_cookie_get() argument
148 union tcf_exts_miss_cookie mc = { .act_index = act_index, }; in tcf_exts_miss_cookie_get()
1657 int act_index, in __tcf_classify() argument
1691 err = tcf_exts_exec_ex(skb, exts, act_index, res); in __tcf_classify()
1748 int act_index = 0; in tcf_classify()
1760 &act_index); in tcf_classify()
1781 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, n, act_index, in tcf_classify()
A Dact_api.c1765 u32 act_index = a->tcfa_index; in tcf_action_delete() local
1775 ret = tcf_idr_delete_index(idrinfo, act_index); in tcf_action_delete()

Completed in 33 milliseconds