return hlimit;
 }
 
-static inline bool ipv6_can_nonlocal_bind(struct net *net,
-                                         struct inet_sock *inet)
-{
-       return net->ipv6.sysctl.ip_nonlocal_bind ||
-               inet->freebind || inet->transparent;
-}
-
 /* copy IPv6 saddr & daddr to flow_keys, possibly using 64bit load/store
  * Equivalent to :     flow->v6addrs.src = iph->saddr;
  *                     flow->v6addrs.dst = iph->daddr;
 
 #if IS_ENABLED(CONFIG_IPV6)
 
+static inline bool ipv6_can_nonlocal_bind(struct net *net,
+                                         struct inet_sock *inet)
+{
+       return net->ipv6.sysctl.ip_nonlocal_bind ||
+               inet->freebind || inet->transparent;
+}
+
 /* Sysctl settings for net ipv6.auto_flowlabels */
 #define IP6_AUTO_FLOW_LABEL_OFF                0
 #define IP6_AUTO_FLOW_LABEL_OPTOUT     1