diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 617a5e4ca010..e11eaf4cc269 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -88,7 +88,7 @@ int sysctl_tcp_low_latency __read_mostly; | |||
88 | #define ICMP_MIN_LENGTH 8 | 88 | #define ICMP_MIN_LENGTH 8 |
89 | 89 | ||
90 | /* Socket used for sending RSTs */ | 90 | /* Socket used for sending RSTs */ |
91 | static struct socket *tcp_socket; | 91 | static struct socket *tcp_socket __read_mostly; |
92 | 92 | ||
93 | void tcp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb); | 93 | void tcp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb); |
94 | 94 | ||