--- zzzz-none-000/linux-5.15.111/include/net/netfilter/nf_conntrack_tuple.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/net/netfilter/nf_conntrack_tuple.h 2024-02-07 09:28:08.000000000 +0000 @@ -8,6 +8,13 @@ * Derived from include/linux/netfiter_ipv4/ip_conntrack_tuple.h */ +/* +* Includes MaxLinear's changes dated: 2021. +* Changed portions - Copyright 2020-2021, MaxLinear, Inc. +* Includes Intel Corporation's changes dated: 2017/ +* Changed portions - Copyright 2017, IntelCorporation. +*/ + #ifndef _NF_CONNTRACK_TUPLE_H #define _NF_CONNTRACK_TUPLE_H @@ -118,6 +125,12 @@ /* Connections have two entries in the hash table: one for each way */ struct nf_conntrack_tuple_hash { struct hlist_nulls_node hnnode; + +#ifdef CONFIG_TI_PACKET_PROCESSOR + struct list_head pp_session_list_head; + int rst_tcp_win; +#endif /* CONFIG_TI_PACKET_PROCESSOR */ + struct nf_conntrack_tuple tuple; };