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, Feb 26, 2:13 AM
Unknown Object (File)
Mon, Feb 23, 1:11 PM
Unknown Object (File)
Fri, Feb 20, 2:23 PM
Unknown Object (File)
Mon, Feb 9, 11:08 AM
Unknown Object (File)
Jan 29 2026, 5:02 AM
Unknown Object (File)
Jan 28 2026, 3:15 AM
Unknown Object (File)
Jan 26 2026, 4:27 AM
Unknown Object (File)
Nov 25 2025, 3:21 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.