diff options
Diffstat (limited to 'net/ipv4/syncookies.c')
-rw-r--r-- | net/ipv4/syncookies.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c index 0905cf04c2a4..03ad8778c395 100644 --- a/net/ipv4/syncookies.c +++ b/net/ipv4/syncookies.c | |||
@@ -335,6 +335,7 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb) | |||
335 | treq->rcv_isn = ntohl(th->seq) - 1; | 335 | treq->rcv_isn = ntohl(th->seq) - 1; |
336 | treq->snt_isn = cookie; | 336 | treq->snt_isn = cookie; |
337 | treq->ts_off = 0; | 337 | treq->ts_off = 0; |
338 | treq->txhash = net_tx_rndhash(); | ||
338 | req->mss = mss; | 339 | req->mss = mss; |
339 | ireq->ir_num = ntohs(th->dest); | 340 | ireq->ir_num = ntohs(th->dest); |
340 | ireq->ir_rmt_port = th->source; | 341 | ireq->ir_rmt_port = th->source; |