Page MenuHomeFreeBSD

Prefix UDP local function with a udp_ prefix to avoid confusion
ClosedPublic

Authored by bz on Aug 27 2015, 2:01 PM.
Tags
None
Referenced Files
F149234862: D3505.id8257.diff
Mon, Mar 23, 5:02 AM
F149234859: D3505.id8257.diff
Mon, Mar 23, 5:02 AM
Unknown Object (File)
Fri, Mar 20, 6:25 AM
Unknown Object (File)
Wed, Mar 18, 1:41 AM
Unknown Object (File)
Mon, Mar 2, 9:05 AM
Unknown Object (File)
Feb 8 2026, 5:38 AM
Unknown Object (File)
Jan 31 2026, 4:04 AM
Unknown Object (File)
Jan 4 2026, 12:12 AM
Subscribers

Details

Summary

get_inpcbinfo() and get_pcblist() are UDP local functions and
do not do what one would expect by name. Prefix them with "udp_"
to at least obviously limit the scope.

Test Plan

builds.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz retitled this revision from to Prefix UDP local function with a udp_ prefix to avoid confusion.
bz updated this object.
bz edited the test plan for this revision. (Show Details)
bz added reviewers: rwatson, gnn.
rwatson edited edge metadata.

Although I have read through it and believe that the principle of this patch is a very good one, I have not, myself, tested it.

This revision is now accepted and ready to land.Aug 27 2015, 2:19 PM
gnn edited edge metadata.

This is a purely textual change. Go for it.

This revision was automatically updated to reflect the committed changes.