Page MenuHomeFreeBSD

udp: slightly refactor udp_append()
ClosedPublic

Authored by glebius on Aug 26 2025, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 16, 1:46 PM
Unknown Object (File)
Thu, Apr 16, 1:34 PM
Unknown Object (File)
Tue, Apr 14, 8:56 AM
Unknown Object (File)
Sun, Apr 12, 6:41 PM
Unknown Object (File)
Sun, Apr 12, 2:30 PM
Unknown Object (File)
Sun, Apr 12, 2:46 AM
Unknown Object (File)
Wed, Mar 25, 7:19 PM
Unknown Object (File)
Wed, Mar 25, 2:01 PM
Subscribers

Details

Summary

Make it bool. Reword the comment, add note that mbuf is always consumed.
In case tunnel consumed the mbuf, don't INP_RUNLOCK(), behave just like
all the other normal exits from the function.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66546
Build 63429: arc lint + arc unit

Event Timeline

Michael had fixed this bug at Netflix several years ago, but we forgot to upstream that. Merging in FreeBSD, I found our code nicer, especially no extra INP_RUNLOCK(). Converting to bool and comment editing is my today's additions.

This revision is now accepted and ready to land.Aug 26 2025, 6:44 PM
This revision was automatically updated to reflect the committed changes.