Searched refs:allow_untagged_spoofchk_grp (Results 1 – 2 of 2) sorted by relevance
49 vport->ingress.legacy.allow_untagged_spoofchk_grp = g; in esw_acl_ingress_lgcy_groups_create()110 if (!IS_ERR_OR_NULL(vport->ingress.legacy.allow_untagged_spoofchk_grp)) { in esw_acl_ingress_lgcy_groups_create()111 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_spoofchk_grp); in esw_acl_ingress_lgcy_groups_create()112 vport->ingress.legacy.allow_untagged_spoofchk_grp = NULL; in esw_acl_ingress_lgcy_groups_create()129 if (vport->ingress.legacy.allow_untagged_spoofchk_grp) { in esw_acl_ingress_lgcy_groups_destroy()130 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_spoofchk_grp); in esw_acl_ingress_lgcy_groups_destroy()131 vport->ingress.legacy.allow_untagged_spoofchk_grp = NULL; in esw_acl_ingress_lgcy_groups_destroy()
103 struct mlx5_flow_group *allow_untagged_spoofchk_grp; member