--- zzzz-none-000/linux-5.15.111/net/openvswitch/flow_table.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/net/openvswitch/flow_table.c 2024-02-07 10:23:30.000000000 +0000 @@ -3,6 +3,17 @@ * Copyright (c) 2007-2014 Nicira, Inc. */ +/* + * Includes Inango Systems Ltd’s changes/modifications dated: 2021. + * Changed/modified portions - Copyright (c) 2021 , Inango Systems Ltd. + */ + +/* + Includes MaxLinear's changes dated: 2021, 2022. + Changed portions - Copyright 2021, 2022 MaxLinear, Inc. +*/ + +#include "am_pp.h" #include "flow.h" #include "datapath.h" #include "flow_netlink.h" @@ -491,6 +502,7 @@ table_instance_flow_free(table, ti, ufid_ti, flow); + am_remove_session(flow); ovs_flow_free(flow, true); } }