]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: multicast: use the port group to port context helper
authorNikolay Aleksandrov <nikolay@nvidia.com>
Mon, 19 Jul 2021 17:06:30 +0000 (20:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 12:41:20 +0000 (05:41 -0700)
commit437767c190ca61854d4d4e90cbb8d520b2eb6702
tree39cc716c27eb51c01fde3d925b6493fa78a00b6b
parentae323080c6d61557c173a84d854ff5ad6e4768f4
net: bridge: multicast: use the port group to port context helper

We need to use the new port group to port context helper in places where
we cannot pass down the proper context (i.e. functions that can be
called by timers or outside the packet snooping paths).

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c