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)
Wed, Sep 9, 3:00 AM
Unknown Object (File)
Sat, Sep 5, 10:55 AM
Unknown Object (File)
Fri, Sep 4, 7:41 PM
Unknown Object (File)
Fri, Sep 4, 7:57 AM
Unknown Object (File)
Thu, Sep 3, 2:48 PM
Unknown Object (File)
Thu, Sep 3, 1:58 PM
Unknown Object (File)
Thu, Sep 3, 9:18 AM
Unknown Object (File)
Thu, Sep 3, 9:15 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