--- zzzz-none-000/linux-2.6.39.4/net/ipv4/netfilter/ip_tables.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/net/ipv4/netfilter/ip_tables.c 2021-11-10 13:23:11.000000000 +0000 @@ -27,6 +27,7 @@ #include #include +#include #include #include "../../netfilter/xt_repldata.h" @@ -1236,6 +1237,9 @@ ret = -EFAULT; vfree(counters); xt_table_unlock(t); +#ifdef CONFIG_TI_PACKET_PROCESSOR + ti_hil_pp_event (TI_CT_NETFILTER_TABLE_UPDATE, (void *)t); +#endif //CONFIG_TI_PACKET_PROCESSOR return ret; put_module: