]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: mcast: prepare expiry functions for mcast router split
authorLinus Lüssing <linus.luessing@c0d3.blue>
Thu, 13 May 2021 13:20:48 +0000 (15:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2021 21:04:31 +0000 (14:04 -0700)
commit0ce7908167c11361bf461b54d7990919fb652421
tree3e3d4df75f9dc82950ff386b81e504338f3cca47
parented7c2acc6c2a2778993a3ef4525b93d7fb01f956
net: bridge: mcast: prepare expiry functions for mcast router split

In preparation for the upcoming split of multicast router state into
their IPv4 and IPv6 variants move the protocol specific timer access to
an ip4 wrapper function.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c