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 24, 8:09 PM
Unknown Object (File)
Sun, Apr 20, 4:10 PM
Unknown Object (File)
Sun, Apr 20, 11:19 AM
Unknown Object (File)
Sat, Apr 19, 10:14 PM
Unknown Object (File)
Sat, Apr 19, 9:57 PM
Unknown Object (File)
Sat, Apr 19, 8:41 PM
Unknown Object (File)
Sat, Apr 19, 8:06 PM
Unknown Object (File)
Tue, Apr 8, 2:45 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