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)
Sun, Sep 6, 3:14 PM
Unknown Object (File)
Sun, Sep 6, 9:21 AM
Unknown Object (File)
Sat, Sep 5, 3:42 PM
Unknown Object (File)
Thu, Sep 3, 10:23 AM
Unknown Object (File)
Sat, Aug 15, 7:45 AM
Unknown Object (File)
Aug 10 2026, 11:19 AM
Unknown Object (File)
Aug 10 2026, 10:50 AM
Unknown Object (File)
Aug 10 2026, 10:41 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