Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c1168 vport->ingress.allow_spoofchk_only_grp = g; in esw_vport_enable_ingress_acl()
1185 if (!IS_ERR_OR_NULL(vport->ingress.allow_spoofchk_only_grp)) in esw_vport_enable_ingress_acl()
1187 vport->ingress.allow_spoofchk_only_grp); in esw_vport_enable_ingress_acl()
1226 mlx5_destroy_flow_group(vport->ingress.allow_spoofchk_only_grp); in esw_vport_disable_ingress_acl()
1233 vport->ingress.allow_spoofchk_only_grp = NULL; in esw_vport_disable_ingress_acl()
Deswitch.h69 struct mlx5_flow_group *allow_spoofchk_only_grp; member