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
Unknown Object (File)
Mon, Aug 10, 11:19 AM
Unknown Object (File)
Mon, Aug 10, 10:50 AM
Unknown Object (File)
Mon, Aug 10, 10:41 AM
Unknown Object (File)
Thu, Aug 6, 12:40 PM
Unknown Object (File)
Sun, Aug 2, 1:01 PM
Unknown Object (File)
Sun, Aug 2, 7:53 AM
Unknown Object (File)
Sun, Aug 2, 5:22 AM
Unknown Object (File)
Sun, Aug 2, 4:30 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