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)
Tue, Apr 28, 12:40 AM
Unknown Object (File)
Mon, Apr 27, 10:33 AM
Unknown Object (File)
Mon, Apr 27, 8:54 AM
Unknown Object (File)
Fri, Apr 24, 9:08 PM
Unknown Object (File)
Tue, Apr 14, 7:59 AM
Unknown Object (File)
Sun, Apr 12, 7:39 PM
Unknown Object (File)
Sat, Apr 11, 4:03 PM
Unknown Object (File)
Thu, Apr 9, 12:58 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