--- zzzz-none-000/linux-4.1.38/include/net/netfilter/nf_conntrack_tuple.h 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/include/net/netfilter/nf_conntrack_tuple.h 2020-11-25 10:06:48.000000000 +0000 @@ -61,6 +61,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. */