--- zzzz-none-000/linux-4.1.52/include/net/inet_connection_sock.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/include/net/inet_connection_sock.h 2022-03-02 11:37:13.000000000 +0000 @@ -30,6 +30,9 @@ struct inet_bind_bucket; struct tcp_congestion_ops; +#if defined(CONFIG_BCM_MPTCP) && defined(CONFIG_BCM_KF_MPTCP) +struct tcp_options_received; +#endif /* * Pointers to address related TCP functions @@ -258,6 +261,11 @@ struct sock *inet_csk_accept(struct sock *sk, int flags, int *err); +#if defined(CONFIG_BCM_MPTCP) && defined(CONFIG_BCM_KF_MPTCP) +u32 inet_synq_hash(const __be32 raddr, const __be16 rport, const u32 rnd, + const u32 synq_hsize); + +#endif struct request_sock *inet_csk_search_req(struct sock *sk, const __be16 rport, const __be32 raddr,