Page MenuHomeFreeBSD

tcp: improve consistency
ClosedPublic

Authored by tuexen on Aug 20 2024, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 7:43 PM
Unknown Object (File)
Tue, May 12, 2:04 PM
Unknown Object (File)
Thu, Apr 30, 5:11 PM
Unknown Object (File)
Thu, Apr 30, 2:17 AM
Unknown Object (File)
Tue, Apr 28, 1:21 PM
Unknown Object (File)
Apr 25 2026, 3:21 PM
Unknown Object (File)
Apr 21 2026, 6:38 AM
Unknown Object (File)
Apr 16 2026, 8:42 AM

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