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, May 13, 9:46 PM
Unknown Object (File)
Wed, May 13, 9:46 PM
Unknown Object (File)
Wed, May 13, 9:37 PM
Unknown Object (File)
Tue, May 5, 3:12 AM
Unknown Object (File)
Sat, May 2, 11:49 PM
Unknown Object (File)
Tue, Apr 28, 2:08 AM
Unknown Object (File)
Mon, Apr 27, 2:07 PM
Unknown Object (File)
Apr 21 2026, 5:47 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