Page MenuHomeFreeBSD

tcp: improve consistency
ClosedPublic

Authored by tuexen on Aug 20 2024, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 1, 4:53 AM
Unknown Object (File)
Fri, Oct 18, 8:45 AM
Unknown Object (File)
Fri, Oct 18, 2:52 AM
Unknown Object (File)
Thu, Oct 17, 11:15 AM
Unknown Object (File)
Wed, Oct 16, 6:16 PM
Unknown Object (File)
Tue, Oct 15, 10:03 AM
Unknown Object (File)
Sun, Oct 13, 9:40 PM
Unknown Object (File)
Sat, Oct 12, 10:18 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