--- zzzz-none-000/linux-4.9.279/include/net/netfilter/nf_conntrack_tuple.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/net/netfilter/nf_conntrack_tuple.h 2023-02-08 10:58:16.000000000 +0000 @@ -7,6 +7,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 @@ -117,6 +124,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; };