static int sctp_v6_available(union sctp_addr *addr, struct sctp_sock *sp)
 {
        int type;
+       struct net *net = sock_net(&sp->inet.sk);
        const struct in6_addr *in6 = (const struct in6_addr *)&addr->v6.sin6_addr;
 
        type = ipv6_addr_type(in6);
        if (!(type & IPV6_ADDR_UNICAST))
                return 0;
 
-       return ipv6_chk_addr(sock_net(&sp->inet.sk), in6, NULL, 0);
+       return sp->inet.freebind || net->ipv6.sysctl.ip_nonlocal_bind ||
+               ipv6_chk_addr(net, in6, NULL, 0);
 }
 
 /* This function checks if the address is a valid address to be used for