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 10, 2:25 PM
Unknown Object (File)
Thu, Oct 30, 3:48 AM
Unknown Object (File)
Wed, Oct 22, 9:29 PM
Unknown Object (File)
Sun, Oct 19, 4:52 PM
Unknown Object (File)
Sun, Oct 19, 7:01 AM
Unknown Object (File)
Oct 13 2025, 5:02 PM
Unknown Object (File)
Oct 12 2025, 12:43 PM
Unknown Object (File)
Oct 12 2025, 12:43 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