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, Oct 13, 5:02 PM
Unknown Object (File)
Sun, Oct 12, 12:43 PM
Unknown Object (File)
Sun, Oct 12, 12:43 PM
Unknown Object (File)
Sun, Oct 12, 12:43 PM
Unknown Object (File)
Sun, Oct 12, 1:47 AM
Unknown Object (File)
Mon, Sep 22, 4:14 AM
Unknown Object (File)
Sun, Sep 21, 6:30 PM
Unknown Object (File)
Sep 16 2025, 10:35 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