diff options
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/tcp_input.c | 6 | ||||
| -rw-r--r-- | sys/netinet/tcp_reass.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index ffb068b56180..9a3086959417 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.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. */ 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. */ |
