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)
Feb 19 2024, 6:21 PM
Unknown Object (File)
Feb 19 2024, 6:21 PM
Unknown Object (File)
Feb 19 2024, 6:21 PM
Unknown Object (File)
Feb 19 2024, 1:22 PM
Unknown Object (File)
Dec 12 2023, 11:11 AM
Unknown Object (File)
Dec 5 2023, 3:13 AM
Unknown Object (File)
Dec 3 2023, 8:30 AM
Unknown Object (File)
Dec 3 2023, 8:30 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