Page MenuHomeFreeBSD

tcp: improve consistency
ClosedPublic

Authored by tuexen on Aug 20 2024, 3:44 PM.
Tags
None
Referenced Files
F152441616: D46383.diff
Tue, Apr 14, 11:59 PM
Unknown Object (File)
Tue, Apr 14, 1:50 AM
Unknown Object (File)
Mon, Apr 6, 9:36 AM
Unknown Object (File)
Wed, Apr 1, 4:08 PM
Unknown Object (File)
Wed, Mar 18, 8:05 AM
Unknown Object (File)
Mar 12 2026, 7:17 PM
Unknown Object (File)
Mar 9 2026, 6:23 PM
Unknown Object (File)
Mar 9 2026, 6:23 PM

Details

Summary

Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() since in the body of the loop we remove the entry from the list and insert it in another one. This makes tcp_lro_flush_active() consistent with tcp_lro_flush_inactive().

Diff Detail

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