Searched refs:iter_handler (Results 1 – 1 of 1) sorted by relevance
1483 struct mlx5_flow_handler *iter_handler; in call_to_add_rule_notifiers() local1496 list_for_each_entry(iter_handler, &ns->list_notifiers, in call_to_add_rule_notifiers()1498 if (iter_handler->add_dst_cb) { in call_to_add_rule_notifiers()1503 if (iter_client->fs_handler == iter_handler) { in call_to_add_rule_notifiers()1509 err = iter_handler->add_dst_cb(dst, in call_to_add_rule_notifiers()1512 iter_handler->client_context); in call_to_add_rule_notifiers()1524 struct mlx5_flow_handler *iter_handler; in call_to_del_rule_notifiers() local1533 list_for_each_entry(iter_handler, &ns->list_notifiers, in call_to_del_rule_notifiers()1538 if (iter_client->fs_handler == iter_handler) { in call_to_del_rule_notifiers()1544 if (iter_handler->del_dst_cb) { in call_to_del_rule_notifiers()[all …]