Home
last modified time | relevance | path

Searched refs:macvlan_eth_hash (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/
Dmacvlan.c97 static u32 macvlan_eth_hash(const unsigned char *addr) in macvlan_eth_hash() function
124 u32 idx = macvlan_eth_hash(addr); in macvlan_hash_lookup()
139 u32 idx = macvlan_eth_hash(addr); in macvlan_hash_lookup_source()
167 h = &port->vlan_source_hash[macvlan_eth_hash(addr)]; in macvlan_hash_add_source()
178 u32 idx = macvlan_eth_hash(addr); in macvlan_hash_add()
429 u32 idx = macvlan_eth_hash(addr); in macvlan_forward_source()