X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Frequest_sock.c;h=b8203de5ff073c4e3bda5166ef1542b793141a0c;hb=f35279d3f713e5c97b98cbdbf47d98f79942c11f;hp=98f0fc923f9195326ed9d0fe538e58fd7528d8d7;hpb=0742fd53a3774781255bd1e471e7aa2e4a82d5f7;p=linux-2.6 diff --git a/net/core/request_sock.c b/net/core/request_sock.c index 98f0fc923f..b8203de5ff 100644 --- a/net/core/request_sock.c +++ b/net/core/request_sock.c @@ -52,6 +52,7 @@ int reqsk_queue_alloc(struct request_sock_queue *queue, get_random_bytes(&lopt->hash_rnd, sizeof(lopt->hash_rnd)); rwlock_init(&queue->syn_wait_lock); queue->rskq_accept_head = queue->rskq_accept_head = NULL; + queue->rskq_defer_accept = 0; lopt->nr_table_entries = nr_table_entries; write_lock_bh(&queue->syn_wait_lock);