]> 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)
commitd62565bb5f4cdd19d351c3f09a3df7cd02ad61e3
tree3e3d4df75f9dc82950ff386b81e504338f3cca47
parent68800279e376e35701631064fd5e90ba17d628ea
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