Page MenuHomeFreeBSD

tcp: improve consistency
ClosedPublic

Authored by tuexen on Aug 20 2024, 3:44 PM.
Tags
None
Referenced Files
F151143720: D46383.id142278.diff
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)
Thu, Mar 12, 7:17 PM
Unknown Object (File)
Mon, Mar 9, 6:23 PM
Unknown Object (File)
Mon, Mar 9, 6:23 PM
Unknown Object (File)
Mar 1 2026, 9:55 AM
Unknown Object (File)
Feb 28 2026, 2:53 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