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)
Feb 5 2024, 2:20 PM
Unknown Object (File)
Dec 26 2023, 8:45 PM
Unknown Object (File)
Dec 20 2023, 7:35 AM
Unknown Object (File)
Dec 12 2023, 1:09 AM
Unknown Object (File)
Nov 26 2023, 6:08 PM
Unknown Object (File)
Oct 4 2023, 8:27 AM
Unknown Object (File)
Oct 2 2023, 8:13 PM
Unknown Object (File)
Aug 15 2023, 11:28 AM
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