commit | 9632233e7de8da43711bb7cd3e054af32fedcc38 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@nvidia.com> | Mon Jul 19 20:06:23 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 20 05:41:19 2021 -0700 |
tree | c4dda2c72af30e1c5963c7ea5e17386cae5e8d2a | |
parent | 23d2b94043ca8835bd1e67749020e839f396a1c2 [diff] |
net: bridge: multicast: factor out port multicast context Factor out the port's multicast context into a separate structure which will later be shared for per-port,vlan context. No functional changes intended. We need the structure even if bridge multicast is not defined to pass down as pointer to forwarding functions. Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>