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, Feb 22, 10:10 AM
Unknown Object (File)
Fri, Feb 13, 5:22 AM
Unknown Object (File)
Mon, Feb 9, 8:04 PM
Unknown Object (File)
Tue, Feb 3, 1:29 PM
Unknown Object (File)
Feb 1 2026, 4:55 PM
Unknown Object (File)
Jan 31 2026, 12:35 AM
Unknown Object (File)
Jan 26 2026, 1:34 PM
Unknown Object (File)
Jan 25 2026, 7:59 PM

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