Searched refs:MACVLAN_MC_FILTER_SZ (Results 1 – 2 of 2) sorted by relevance
16 #define MACVLAN_MC_FILTER_SZ (1 << MACVLAN_MC_FILTER_BITS) macro28 DECLARE_BITMAP(mc_filter, MACVLAN_MC_FILTER_SZ);
54 DECLARE_BITMAP(bc_filter, MACVLAN_MC_FILTER_SZ);55 DECLARE_BITMAP(mc_filter, MACVLAN_MC_FILTER_SZ);795 bitmap_fill(mc_filter, MACVLAN_MC_FILTER_SZ); in macvlan_compute_filter()797 DECLARE_BITMAP(filter, MACVLAN_MC_FILTER_SZ); in macvlan_compute_filter()800 bitmap_zero(filter, MACVLAN_MC_FILTER_SZ); in macvlan_compute_filter()810 bitmap_copy(mc_filter, filter, MACVLAN_MC_FILTER_SZ); in macvlan_compute_filter()817 bitmap_zero(vlan->port->bc_filter, MACVLAN_MC_FILTER_SZ); in macvlan_recompute_bc_filter()