diff options
Diffstat (limited to 'include/net/request_sock.h')
-rw-r--r-- | include/net/request_sock.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/request_sock.h b/include/net/request_sock.h index 447d287a38fd..b52cc52ffe39 100644 --- a/include/net/request_sock.h +++ b/include/net/request_sock.h | |||
@@ -258,8 +258,4 @@ static inline void reqsk_queue_hash_req(struct request_sock_queue *queue, | |||
258 | write_unlock(&queue->syn_wait_lock); | 258 | write_unlock(&queue->syn_wait_lock); |
259 | } | 259 | } |
260 | 260 | ||
261 | extern void reqsk_queue_prune(struct request_sock_queue *queue, struct sock *parent, | ||
262 | const unsigned long interval, const unsigned long timeout, | ||
263 | const unsigned long max_rto, int max_retries); | ||
264 | |||
265 | #endif /* _REQUEST_SOCK_H */ | 261 | #endif /* _REQUEST_SOCK_H */ |