Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c49 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h103 struct mlx5_flow_group *allow_untagged_spoofchk_grp; member