--- zzzz-none-000/linux-4.1.38/include/net/inet_common.h 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/include/net/inet_common.h 2020-11-25 10:06:48.000000000 +0000 @@ -1,6 +1,10 @@ #ifndef _INET_COMMON_H #define _INET_COMMON_H +#if defined(CONFIG_BCM_MPTCP) && defined(CONFIG_BCM_KF_MPTCP) +#include + +#endif extern const struct proto_ops inet_stream_ops; extern const struct proto_ops inet_dgram_ops; @@ -13,6 +17,10 @@ struct sockaddr; struct socket; +#if defined(CONFIG_BCM_MPTCP) && defined(CONFIG_BCM_KF_MPTCP) +int inet_create(struct net *net, struct socket *sock, int protocol, int kern); +int inet6_create(struct net *net, struct socket *sock, int protocol, int kern); +#endif int inet_release(struct socket *sock); int inet_stream_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags);