Searched refs:allow_spoofchk_only_grp (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 156 milliseconds