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, Feb 25, 4:14 PM
Unknown Object (File)
Mon, Feb 24, 6:41 PM
Unknown Object (File)
Jan 28 2025, 1:51 AM
Unknown Object (File)
Jan 27 2025, 5:31 PM
Unknown Object (File)
Jan 21 2025, 6:25 AM
Unknown Object (File)
Jan 16 2025, 1:33 PM
Unknown Object (File)
Jan 16 2025, 5:42 AM
Unknown Object (File)
Dec 27 2024, 10:44 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