Searched refs:iter_handler (Results 1 – 1 of 1) sorted by relevance
1485 struct mlx5_flow_handler *iter_handler; in call_to_add_rule_notifiers() local1498 list_for_each_entry(iter_handler, &ns->list_notifiers, in call_to_add_rule_notifiers()1500 if (iter_handler->add_dst_cb) { in call_to_add_rule_notifiers()1505 if (iter_client->fs_handler == iter_handler) { in call_to_add_rule_notifiers()1511 err = iter_handler->add_dst_cb(dst, in call_to_add_rule_notifiers()1514 iter_handler->client_context); in call_to_add_rule_notifiers()1526 struct mlx5_flow_handler *iter_handler; in call_to_del_rule_notifiers() local1540 if (iter_client->fs_handler == iter_handler) { in call_to_del_rule_notifiers()1546 if (iter_handler->del_dst_cb) { in call_to_del_rule_notifiers()1547 iter_handler->del_dst_cb(dst, ctx_changed, data, in call_to_del_rule_notifiers()[all …]