diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 028513d3e2a2..e70796a1fe3e 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -3395,10 +3395,23 @@ static int do_tcp_setsockopt(struct sock *sk, int } case TCP_ULP: { char name[TCP_ULP_NAME_MAX]; + struct sock *smc_sock;