Searched hist:e6231bca6a27dcc718e258b71bad42977ca3344e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff e6231bca6a27dcc718e258b71bad42977ca3344e Mon Sep 07 04:56:15 CDT 2020 Nikolay Aleksandrov <nikolay@cumulusnetworks.com> net: bridge: mcast: support for IGMPV3/MLDv2 MODE_IS_INCLUDE/EXCLUDE report
In order to process IGMPV3/MLDv2_MODE_IS_INCLUDE/EXCLUDE report types we need some new helpers which allow us to set/clear flags for all current entries and later delete marked entries after the report sources have been processed.
v3: add IPv6/MLDv2 support v2: drop flag helpers and directly do flag bit operations
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|