Page MenuHomeFreeBSD

tcp: improve consistency
ClosedPublic

Authored by tuexen on Aug 20 2024, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 26, 1:05 AM
Unknown Object (File)
Tue, Jul 14, 1:55 AM
Unknown Object (File)
Jun 2 2026, 6:40 PM
Unknown Object (File)
May 25 2026, 7:43 PM
Unknown Object (File)
May 12 2026, 2:04 PM
Unknown Object (File)
Apr 30 2026, 5:11 PM
Unknown Object (File)
Apr 30 2026, 2:17 AM
Unknown Object (File)
Apr 28 2026, 1:21 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