diff options
Diffstat (limited to 'net/ipv4/syncookies.c')
-rw-r--r-- | net/ipv4/syncookies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c index 72d014442185..8692cb9d4bdb 100644 --- a/net/ipv4/syncookies.c +++ b/net/ipv4/syncookies.c | |||
@@ -180,7 +180,7 @@ static inline struct sock *get_cookie_sock(struct sock *sk, struct sk_buff *skb, | |||
180 | 180 | ||
181 | child = tp->af_specific->syn_recv_sock(sk, skb, req, dst); | 181 | child = tp->af_specific->syn_recv_sock(sk, skb, req, dst); |
182 | if (child) | 182 | if (child) |
183 | tcp_acceptq_queue(sk, req, child); | 183 | inet_csk_reqsk_queue_add(sk, req, child); |
184 | else | 184 | else |
185 | reqsk_free(req); | 185 | reqsk_free(req); |
186 | 186 | ||