--- zzzz-none-000/linux-4.1.38/net/ipv6/af_inet6.c 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/net/ipv6/af_inet6.c 2020-11-25 10:06:48.000000000 +0000 @@ -97,8 +97,12 @@ return (struct ipv6_pinfo *)(((u8 *)sk) + offset); } +#if !defined(CONFIG_BCM_MPTCP) || !defined(CONFIG_BCM_KF_MPTCP) static int inet6_create(struct net *net, struct socket *sock, int protocol, int kern) +#else +int inet6_create(struct net *net, struct socket *sock, int protocol, int kern) +#endif { struct inet_sock *inet; struct ipv6_pinfo *np;