Page MenuHomeFreeBSD

tcp: improve consistency
ClosedPublic

Authored by tuexen on Aug 20 2024, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 16, 8:42 AM
Unknown Object (File)
Thu, Apr 16, 12:34 AM
Unknown Object (File)
Thu, Apr 16, 12:07 AM
Unknown Object (File)
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)
Mar 18 2026, 8:05 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