Page MenuHomeFreeBSD

protosw: retire pr_output method
ClosedPublic

Authored by glebius on Aug 10 2022, 11:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 2, 5:33 AM
Unknown Object (File)
Sat, Jun 27, 3:55 PM
Unknown Object (File)
Jun 9 2026, 4:11 PM
Unknown Object (File)
Jun 9 2026, 2:28 AM
Unknown Object (File)
Jun 8 2026, 9:58 PM
Unknown Object (File)
Jun 7 2026, 6:50 AM
Unknown Object (File)
May 13 2026, 9:46 PM
Unknown Object (File)
May 13 2026, 9:46 PM
Subscribers

Details

Summary

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.

Diff Detail

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