--- zzzz-none-000/linux-4.19.183/net/ipv4/tcp_diag.c 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/net/ipv4/tcp_diag.c 2023-06-28 08:54:21.000000000 +0000 @@ -35,7 +35,11 @@ r->idiag_wqueue = READ_ONCE(tp->write_seq) - tp->snd_una; } if (info) +#if !defined(CONFIG_BCM_KF_MPTCP) || !defined(CONFIG_BCM_MPTCP) tcp_get_info(sk, info); +#else + tcp_get_info(sk, info, false); +#endif } #ifdef CONFIG_TCP_MD5SIG