Page MenuHomeFreeBSD

netinet6: use in6_ifmtu() instead of IN6_LINKMTU() macro
ClosedPublic

Authored by glebius on Jan 15 2026, 3:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 8:46 AM
Unknown Object (File)
Tue, Mar 17, 2:42 AM
Unknown Object (File)
Mon, Mar 16, 1:00 PM
Unknown Object (File)
Mon, Mar 16, 1:00 PM
Unknown Object (File)
Fri, Mar 13, 5:52 PM
Unknown Object (File)
Sat, Mar 7, 7:15 AM
Unknown Object (File)
Feb 22 2026, 10:10 AM
Unknown Object (File)
Feb 13 2026, 5:22 AM

Details

Summary

There should be no functional change. If there are any performance
concerns with a function call, with the future changes, that would move
ND6 bits into in6_ifextra, this function would be easily inline-able.

Diff Detail

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