Page MenuHomeFreeBSD

netlink: simplify socket destruction
ClosedPublic

Authored by glebius on Nov 9 2023, 6:29 AM.
Tags
None
Referenced Files
F103106122: D42521.diff
Thu, Nov 21, 2:00 AM
Unknown Object (File)
Thu, Nov 7, 11:48 PM
Unknown Object (File)
Wed, Nov 6, 7:47 PM
Unknown Object (File)
Oct 21 2024, 3:36 AM
Unknown Object (File)
Oct 21 2024, 3:36 AM
Unknown Object (File)
Oct 21 2024, 3:36 AM
Unknown Object (File)
Oct 18 2024, 11:12 PM
Unknown Object (File)
Oct 16 2024, 12:00 PM
Subscribers

Details

Summary

Destroy the socket at the file descriptor close(2). There is no
reason to linger for any longer, there are no external references.
Remove pr_detach method as nothing left to do after pr_close.
Remove pr_abort method as it shall never be executed for this type
of socket.

Diff Detail

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