HardenedBSD/sys/netlink
Gleb Smirnoff 97958f5d5c netlink: simplify socket destruction
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.

Reviewed by:		melifaro
Differential Revision:	https://reviews.freebsd.org/D42521
2023-12-26 20:22:12 -08:00
..
route netlink: fix adding an interface route 2023-11-28 16:11:55 -05:00
ktest_netlink_message_writer.c netlink: move NETLINK define to opt_global.h 2023-10-13 09:23:47 +02:00
ktest_netlink_message_writer.h
netlink_bitset.h
netlink_ctl.h
netlink_debug.h
netlink_domain.c netlink: simplify socket destruction 2023-12-26 20:22:12 -08:00
netlink_generic_kpi.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
netlink_generic.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
netlink_generic.h
netlink_glue.c netlink: move NETLINK define to opt_global.h 2023-10-13 09:23:47 +02:00
netlink_io.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
netlink_linux.h
netlink_message_parser.c netlink: fix debug text typo in message parser 2023-12-18 08:34:55 -05:00
netlink_message_parser.h netlink: descend into nested parsers when verifying 2023-10-17 08:47:48 +02:00
netlink_message_writer.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
netlink_message_writer.h
netlink_module.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
netlink_route.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
netlink_route.h
netlink_snl_generic.h netlink: cope with growing requests 2023-10-17 08:47:52 +02:00
netlink_snl_route_compat.h
netlink_snl_route_parsers.h
netlink_snl_route.h
netlink_snl.h netlink: fix snl_writer and linear_buffer re-allocation logic 2023-12-12 21:49:14 +01:00
netlink_sysevent.c
netlink_sysevent.h
netlink_var.h netlink: remove unused structure 2023-12-26 20:21:58 -08:00
netlink.h