--- zzzz-none-000/linux-4.19.183/include/net/inet_common.h 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/include/net/inet_common.h 2023-06-28 08:54:20.000000000 +0000 @@ -2,6 +2,10 @@ #ifndef _INET_COMMON_H #define _INET_COMMON_H +#if defined(CONFIG_BCM_KF_MPTCP) && defined(CONFIG_BCM_MPTCP) +#include + +#endif extern const struct proto_ops inet_stream_ops; extern const struct proto_ops inet_dgram_ops; @@ -14,6 +18,10 @@ struct sockaddr; struct socket; +#if defined(CONFIG_BCM_KF_MPTCP) && defined(CONFIG_BCM_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);