// SPDX-License-Identifier: GPL-2.0+ #include "lan966x_main.h" int lan966x_mirror_port_add(struct lan966x_port *port, struct flow_action_entry *action, unsigned long mirror_id, bool ingress, struct netlink_ext_ack *extack) { … } int lan966x_mirror_port_del(struct lan966x_port *port, bool ingress, struct netlink_ext_ack *extack) { … } void lan966x_mirror_port_stats(struct lan966x_port *port, struct flow_stats *stats, bool ingress) { … }