--- zzzz-none-000/linux-4.19.183/include/net/netfilter/nf_conntrack_tuple.h 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/include/net/netfilter/nf_conntrack_tuple.h 2023-06-28 08:54:20.000000000 +0000 @@ -62,6 +62,12 @@ struct { __be16 key; } gre; +#if defined(CONFIG_BCM_KF_PROTO_ESP) && \ + (defined(CONFIG_NF_CT_PROTO_ESP) || defined(CONFIG_NF_CT_PROTO_ESP_MODULE)) + struct { + __be16 spi; + } esp; +#endif } u; /* The protocol. */