OSDN Git Service

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)
commiteb1593a0b4c49443acbe2ebaa7a9947fa5471c01
tree39cc716c27eb51c01fde3d925b6493fa78a00b6b
parent74edfd483de8010596d556a2339f9fb8a4ab6688
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