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)
Wed, Mar 11, 6:50 PM
Unknown Object (File)
Sun, Mar 8, 3:39 PM
Unknown Object (File)
Sun, Mar 8, 10:35 AM
Unknown Object (File)
Sun, Mar 8, 7:56 AM
Unknown Object (File)
Sat, Mar 7, 9:59 PM
Unknown Object (File)
Mon, Mar 2, 5:38 AM
Unknown Object (File)
Fri, Feb 27, 12:57 PM
Unknown Object (File)
Tue, Feb 17, 2:48 PM
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