]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For the INP_TIMEWAIT case, there is no valid tcpcb object tied to the
authorAttilio Rao <attilio@FreeBSD.org>
Thu, 6 Oct 2011 14:29:38 +0000 (14:29 +0000)
committerAttilio Rao <attilio@FreeBSD.org>
Thu, 6 Oct 2011 14:29:38 +0000 (14:29 +0000)
commit4af309c81007b60b4394f2aa7d12de9b67682e90
treee23b256ad451e0a1195130eafa8d4872104c603c
parentab9a96be1255b0835998b6f6b4228c185bf8e0f1
For the INP_TIMEWAIT case, there is no valid tcpcb object tied to the
inpcb object.
Skip the TCP_SIGNATURE check in that case as it is consistent with the
output path (no TCP_SIGNATURE for outcoming packets in TIMEWAIT state)
and also because for TIMEWAIT state the verify may be less effective.

Sponsored by: Sandvine Incorporated
Reported by: rwatson
No objections by: rwatson
MFC after: 3 days
sys/netinet/tcp_input.c