// SPDX-License-Identifier: GPL-2.0+ #include "lan966x_main.h" #include "vcap_api_client.h" int lan966x_goto_port_add(struct lan966x_port *port, int from_cid, int to_cid, unsigned long goto_id, struct netlink_ext_ack *extack) { … } int lan966x_goto_port_del(struct lan966x_port *port, unsigned long goto_id, struct netlink_ext_ack *extack) { … }