Searched refs:ether_addr_equal_masked (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_arp.c | 80 !ether_addr_equal_masked(mp, info->smaddr, in ebt_arp_mt() 92 !ether_addr_equal_masked(mp, info->dmaddr, in ebt_arp_mt()
|
H A D | ebt_stp.c | 62 !ether_addr_equal_masked(&stpc->root[2], in ebt_filter_config() 81 !ether_addr_equal_masked(&stpc->sender[2], in ebt_filter_config()
|
H A D | ebtables.c | 166 !ether_addr_equal_masked(h->h_source, e->sourcemac, in ebt_basic_match() 172 !ether_addr_equal_masked(h->h_dest, e->destmac, in ebt_basic_match()
|
/openbmc/linux/include/linux/ |
H A D | etherdevice.h | 418 static inline bool ether_addr_equal_masked(const u8 *addr1, const u8 *addr2, in ether_addr_equal_masked() function 436 return ether_addr_equal_masked(addr, base, mask); in ether_addr_is_ipv4_mcast() 444 return ether_addr_equal_masked(addr, base, mask); in ether_addr_is_ipv6_mcast()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 235 if (!ether_addr_equal_masked(match.key->src, null, in sja1105_flower_parse_key()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 8748 if (ether_addr_equal_masked(profile->mac_prefix, mac, in mlxsw_sp_rif_mac_profile_find() 9145 return ether_addr_equal_masked(mac, vrrp4, mask); in mlxsw_sp_rif_macvlan_is_vrrp4() 9153 return ether_addr_equal_masked(mac, vrrp6, mask); in mlxsw_sp_rif_macvlan_is_vrrp6()
|