// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /****************************************************************************** * * Copyright (c) 2020 MaxLinear, Inc. * Copyright (c) 2018 Intel Corporation * ******************************************************************************/ #ifndef __PON_MCC_MCNF_H #define __PON_MCC_MCNF_H #include /* Activate the IGMP / MLD bridge filter. Requires the RTNL lock to be held by the caller. */ void _dp_mcast_filter_active(struct net_device *bridge); #endif /* __PON_MCC_MCNF_H */