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)
Sun, Oct 12, 4:04 AM
Unknown Object (File)
Sun, Oct 12, 4:04 AM
Unknown Object (File)
Sun, Oct 12, 4:04 AM
Unknown Object (File)
Sun, Oct 12, 4:04 AM
Unknown Object (File)
Sat, Oct 11, 6:03 PM
Unknown Object (File)
Tue, Sep 30, 6:54 AM
Unknown Object (File)
Wed, Sep 24, 2:52 AM
Unknown Object (File)
Sep 13 2025, 10:30 PM
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