Searched refs:iter_handler (Results 1 – 1 of 1) sorted by relevance
1498 struct mlx5_flow_handler *iter_handler; in call_to_add_rule_notifiers() local1511 list_for_each_entry(iter_handler, &ns->list_notifiers, in call_to_add_rule_notifiers()1513 if (iter_handler->add_dst_cb) { in call_to_add_rule_notifiers()1518 if (iter_client->fs_handler == iter_handler) { in call_to_add_rule_notifiers()1524 err = iter_handler->add_dst_cb(dst, in call_to_add_rule_notifiers()1527 iter_handler->client_context); in call_to_add_rule_notifiers()1539 struct mlx5_flow_handler *iter_handler; in call_to_del_rule_notifiers() local1553 if (iter_client->fs_handler == iter_handler) { in call_to_del_rule_notifiers()1559 if (iter_handler->del_dst_cb) { in call_to_del_rule_notifiers()1560 iter_handler->del_dst_cb(dst, ctx_changed, data, in call_to_del_rule_notifiers()[all …]