protosw: retire pr_output method
authorGleb Smirnoff <glebius@FreeBSD.org>
Thu, 11 Aug 2022 16:19:37 +0000 (09:19 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Thu, 11 Aug 2022 16:19:37 +0000 (09:19 -0700)
commit8c77967ecc58b5db35bb285013c55492987a9061
tree750196cbf19999946630bcafa8e4a349d959dc8a
parentf63cb32c1988561136fabdcc54d16cd200b666d9
protosw: retire pr_output method

The only place to execute this method was raw_usend(). Only those
protocols that used raw socket were able to actually enter that method.
All pr_output assignments being deleted by this commit were a dead code
for many years.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D36126
sys/kern/uipc_debug.c
sys/kern/uipc_domain.c
sys/netinet/ip_carp.c
sys/netinet6/in6_proto.c
sys/netpfil/pf/if_pfsync.c
sys/sys/protosw.h