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)
Sun, Aug 16, 11:37 AM
Unknown Object (File)
Thu, Aug 13, 12:22 PM
Unknown Object (File)
Sun, Aug 9, 4:24 AM
Unknown Object (File)
Fri, Aug 7, 5:22 AM
Unknown Object (File)
Thu, Aug 6, 4:50 PM
Unknown Object (File)
Mon, Aug 3, 8:07 AM
Unknown Object (File)
Mon, Aug 3, 4:06 AM
Unknown Object (File)
Mon, Aug 3, 3:26 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