diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index a04070b82..c02d09be8 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -211,6 +211,7 @@ static inline int inet_is_reserved_local_port(int port) return test_bit(port, sysctl_local_reserved_ports); } +extern int sysctl_reserved_port_bind; extern int sysctl_ip_nonlocal_bind; /* From inetpeer.c */ |
