udp: destroy UDP and UDP-Lite inpcbinfos in single SYSUNINIT
authorGleb Smirnoff <glebius@FreeBSD.org>
Wed, 7 Dec 2022 17:55:38 +0000 (09:55 -0800)
committerGleb Smirnoff <glebius@FreeBSD.org>
Wed, 7 Dec 2022 17:55:38 +0000 (09:55 -0800)
commit294a609fc07d5cf26ee430b0015d9846b81c8e5c
treeedb17961c7d60450510878c9191e5f67ca23520f
parent446ccdd08e2a9f704f6348cd7f679e59183b99b3
udp: destroy UDP and UDP-Lite inpcbinfos in single SYSUNINIT

They are created in a single SYSINIT, there is no reason to destroy
them in separate functions.
sys/netinet/udp_usrreq.c