tcp_input: update comment to match reality.

This commit is contained in:
Gleb Smirnoff 2022-08-07 11:18:30 -07:00
parent 75f8dcc831
commit e7231d07a4

View File

@ -1082,8 +1082,7 @@ tcp_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port)
*/
tcp_dooptions(&to, optp, optlen, 0);
/*
* NB: syncache_expand() doesn't unlock
* inp and tcpinfo locks.
* NB: syncache_expand() doesn't unlock inp.
*/
rstreason = syncache_expand(&inc, &to, th, &so, m, port);
if (rstreason < 0) {