Page MenuHomeFreeBSD

pcb: Move an assignment into in_pcbdisconnect()
ClosedPublic

Authored by markj on Feb 2 2023, 10:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 5:13 AM
Unknown Object (File)
Oct 3 2024, 9:58 PM
Unknown Object (File)
Oct 2 2024, 8:28 AM
Unknown Object (File)
Sep 22 2024, 4:26 PM
Unknown Object (File)
Sep 21 2024, 8:43 AM
Unknown Object (File)
Sep 20 2024, 3:20 PM
Unknown Object (File)
Sep 17 2024, 8:01 PM
Unknown Object (File)
Sep 17 2024, 2:43 AM
Subscribers

Details

Summary

All callers of in_pcbdisconnect() clear the local address, so let's just
do that in the function itself. No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable