Page MenuHomeFreeBSD

UDP: let udp_pcblist() support UDP and UDP-Lite
ClosedPublic

Authored by tuexen on Oct 20 2025, 4:01 PM.
Tags
None
Referenced Files
F152464800: D53218.id164656.diff
Wed, Apr 15, 3:20 AM
Unknown Object (File)
Thu, Apr 9, 9:14 AM
Unknown Object (File)
Wed, Apr 8, 4:49 PM
Unknown Object (File)
Wed, Apr 8, 12:42 PM
Unknown Object (File)
Wed, Apr 8, 12:22 AM
Unknown Object (File)
Tue, Apr 7, 6:34 PM
Unknown Object (File)
Tue, Apr 7, 3:46 PM
Unknown Object (File)
Sun, Apr 5, 8:07 AM
Subscribers

Details

Summary

Provide the IPPROTO_UDP in the arg2 parameter of udp_pcblist() and use this to determine the inpcbinfo. This allows the same function to be used in an upcoming commit to provide the list of pcbs for UDP-Lite just by providing IPPROTO_UDPLITE in the arg2 parameter.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tuexen added a reviewer: asomers.
This revision is now accepted and ready to land.Oct 20 2025, 6:05 PM