Page MenuHomeFreeBSD

toe: Read-lock the inp in toe_4tuple_check().
ClosedPublic

Authored by jhb on Jun 16 2021, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 17 2024, 1:31 AM
Unknown Object (File)
Nov 14 2024, 12:31 PM
Unknown Object (File)
Oct 25 2024, 3:56 PM
Unknown Object (File)
Oct 17 2024, 11:55 PM
Unknown Object (File)
Oct 17 2024, 11:55 PM
Unknown Object (File)
Oct 17 2024, 11:54 PM
Unknown Object (File)
Oct 17 2024, 11:21 PM
Unknown Object (File)
Oct 7 2024, 10:31 PM
Subscribers

Details

Summary

tcp_twcheck now expects a read lock on the inp for the SYN case
instead of a write lock.

Fixes: 1db08fbe3ffa tcp_input: always request read-locking of PCB for any pure SYN segment.
Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable