Home
last modified time | relevance | path

Searched refs:offload_action (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.h59 int (*offload_action)(struct mlx5e_priv *priv, member
H A Dpolice.c208 .offload_action = tc_act_police_offload,
/linux/net/netfilter/
H A Dnft_fwd_netdev.c262 .offload_action = nft_fwd_netdev_offload_action,
H A Dnf_tables_offload.c98 if (expr->ops->offload_action && in nft_flow_rule_create()
99 expr->ops->offload_action(expr)) in nft_flow_rule_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c576 if (!act->offload_action) in mlx5e_rep_indr_replace_act()
579 if (!act->offload_action(priv, fl_act, action)) in mlx5e_rep_indr_replace_act()
/linux/include/net/netfilter/
H A Dnf_tables.h973 bool (*offload_action)(const struct nft_expr *expr); member