]> 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)
commit0a1504c6703c6f8f4a6a759e7fededcae0d42adb
tree39cc716c27eb51c01fde3d925b6493fa78a00b6b
parent8a51ea723c5c680345dc98c552e04c894dad4385
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