diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-05-04 17:45:52 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-05-04 17:45:52 +0000 |
| commit | 1cd6eadfbbb412cb6fa631e1990aae5fe7ddee0c (patch) | |
| tree | 17a9e836a6da9aa243802e66a3c0463ccda417a5 /sys/netinet/tcp_reass.c | |
| parent | 6370fd6b05f334f1a996810d4a7bff9c39562773 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_reass.c')
| -rw-r--r-- | sys/netinet/tcp_reass.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index ffb068b56180..9a3086959417 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -985,9 +985,9 @@ findpcb: } /* - * Segment belongs to a connection in SYN_SENT, ESTABLISHED or - * later state. tcp_do_segment() always consumes the mbuf chain - * and unlocks the inpcb. + * Segment belongs to a connection in SYN_SENT, ESTABLISHED or late + * state. tcp_do_segment() always consumes the mbuf chain, unlocks the + * inpcb, and unlocks the pcbinfo. */ if (tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen)) goto findpcb; /* XXX: TIME_WAIT was nuked. */ |
