Searched refs:allow_rule (Results 1 – 2 of 2) sorted by relevance
1096 if (!IS_ERR_OR_NULL(vport->ingress.allow_rule)) in esw_vport_cleanup_ingress_rules()1097 mlx5_del_flow_rules(vport->ingress.allow_rule); in esw_vport_cleanup_ingress_rules()1100 vport->ingress.allow_rule = NULL; in esw_vport_cleanup_ingress_rules()1182 vport->ingress.allow_rule = in esw_vport_ingress_config()1185 if (IS_ERR(vport->ingress.allow_rule)) { in esw_vport_ingress_config()1186 err = PTR_ERR(vport->ingress.allow_rule); in esw_vport_ingress_config()1190 vport->ingress.allow_rule = NULL; in esw_vport_ingress_config()
68 struct mlx5_flow_handle *allow_rule; member