Page MenuHomeFreeBSD

ip_mroute: Try to make function pointer declarations more consistent
ClosedPublic

Authored by markj on Feb 2 2026, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 23, 7:50 AM
Unknown Object (File)
Mon, Feb 16, 12:34 AM
Unknown Object (File)
Sun, Feb 15, 10:11 PM
Unknown Object (File)
Sat, Feb 14, 10:33 PM
Unknown Object (File)
Wed, Feb 11, 11:12 AM
Unknown Object (File)
Sun, Feb 8, 8:25 AM
Unknown Object (File)
Feb 4 2026, 3:21 AM
Unknown Object (File)
Feb 3 2026, 10:57 PM

Details

Summary

The ip_mroute and ip6_mroute modules hook into the network stack via
several function pointers. Declarations for these pointers are
scattered around several headers. Put them all in the same place,
ip(6)_mroute.h.

No functional change intended.

Diff Detail

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