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)
Tue, Nov 19, 3:04 AM
Unknown Object (File)
Tue, Nov 19, 2:49 AM
Unknown Object (File)
Oct 31 2024, 10:26 AM
Unknown Object (File)
Oct 20 2024, 10:20 AM
Unknown Object (File)
Oct 1 2024, 7:35 AM
Unknown Object (File)
Sep 30 2024, 1:38 PM
Unknown Object (File)
Sep 26 2024, 8:12 AM
Unknown Object (File)
Sep 26 2024, 1:17 AM
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