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)
Mon, Nov 17, 1:51 PM
Unknown Object (File)
Mon, Nov 17, 2:03 AM
Unknown Object (File)
Mon, Nov 10, 2:25 PM
Unknown Object (File)
Thu, Oct 30, 3:48 AM
Unknown Object (File)
Oct 22 2025, 9:29 PM
Unknown Object (File)
Oct 19 2025, 4:52 PM
Unknown Object (File)
Oct 19 2025, 7:01 AM
Unknown Object (File)
Oct 13 2025, 5:02 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