Home
last modified time | relevance | path

Searched refs:allow_spoofchk_only_grp (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
A Dingress_lgcy.c82 vport->ingress.legacy.allow_spoofchk_only_grp = g; in esw_acl_ingress_lgcy_groups_create()
100 if (!IS_ERR_OR_NULL(vport->ingress.legacy.allow_spoofchk_only_grp)) { in esw_acl_ingress_lgcy_groups_create()
101 mlx5_destroy_flow_group(vport->ingress.legacy.allow_spoofchk_only_grp); in esw_acl_ingress_lgcy_groups_create()
102 vport->ingress.legacy.allow_spoofchk_only_grp = NULL; in esw_acl_ingress_lgcy_groups_create()
121 if (vport->ingress.legacy.allow_spoofchk_only_grp) { in esw_acl_ingress_lgcy_groups_destroy()
122 mlx5_destroy_flow_group(vport->ingress.legacy.allow_spoofchk_only_grp); in esw_acl_ingress_lgcy_groups_destroy()
123 vport->ingress.legacy.allow_spoofchk_only_grp = NULL; in esw_acl_ingress_lgcy_groups_destroy()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch.h102 struct mlx5_flow_group *allow_spoofchk_only_grp; member

Completed in 6 milliseconds