Page MenuHomeFreeBSD

Always use inp fib in the inp_lookup_mcast_ifp().
ClosedPublic

Authored by melifaro on Apr 5 2021, 7:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 10, 7:20 AM
Unknown Object (File)
Sun, Feb 9, 3:22 PM
Unknown Object (File)
Sun, Jan 26, 6:28 PM
Unknown Object (File)
Wed, Jan 22, 10:23 PM
Unknown Object (File)
Tue, Jan 21, 3:00 PM
Unknown Object (File)
Jan 14 2025, 7:08 PM
Unknown Object (File)
Jan 8 2025, 1:31 AM
Unknown Object (File)
Jan 8 2025, 12:59 AM
Subscribers

Details

Summary

inp_lookup_mcast_ifp() is static and is only used in the inp_join_group().
The latter function is also static, and is only used in the inp_setmoptions(), which relies on inp being non-NULL.

As a result, in the current code, inp_lookup_mcast_ifp() is always called with non-NULL inp.
Eliminate unused RT_DEFAULT_FIB condition and always use inp fib instead.

Diff Detail

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