Page MenuHomeFreeBSD

netlink: provide snl(3) API for variable length raw data attribute
ClosedPublic

Authored by glebius on Jan 3 2025, 6:30 PM.
Tags
None
Referenced Files
F154381354: D48311.diff
Tue, Apr 28, 5:58 AM
Unknown Object (File)
Thu, Apr 16, 10:59 PM
Unknown Object (File)
Thu, Apr 16, 9:41 AM
Unknown Object (File)
Sat, Apr 11, 4:10 AM
Unknown Object (File)
Sun, Apr 5, 3:20 PM
Unknown Object (File)
Fri, Apr 3, 10:16 PM
Unknown Object (File)
Mar 22 2026, 5:41 AM
Unknown Object (File)
Mar 20 2026, 6:27 AM
Subscribers

Details

Summary

Rename supposedly internal _snl_reserve_msg_attr() into an official
snl_reserve_msg_attr_raw(), that would return pointer to a struct
nlattr followed by allocated memory. Adjust the snl_reserve_msg_attr()
macro to work on top of that function.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable