Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
A Dhelper.c57 if (vport->egress.allowed_vlan) in esw_egress_acl_vlan_create()
71 vport->egress.allowed_vlan = in esw_egress_acl_vlan_create()
74 if (IS_ERR(vport->egress.allowed_vlan)) { in esw_egress_acl_vlan_create()
75 err = PTR_ERR(vport->egress.allowed_vlan); in esw_egress_acl_vlan_create()
79 vport->egress.allowed_vlan = NULL; in esw_egress_acl_vlan_create()
88 if (!IS_ERR_OR_NULL(vport->egress.allowed_vlan)) { in esw_acl_egress_vlan_destroy()
89 mlx5_del_flow_rules(vport->egress.allowed_vlan); in esw_acl_egress_vlan_destroy()
90 vport->egress.allowed_vlan = NULL; in esw_acl_egress_vlan_destroy()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch.h128 struct mlx5_flow_handle *allowed_vlan; member

Completed in 6 milliseconds