Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dmacvlan.c99 static u32 macvlan_eth_hash(const unsigned char *addr) in macvlan_eth_hash() function
128 u32 idx = macvlan_eth_hash(addr); in macvlan_hash_lookup()
142 u32 idx = macvlan_eth_hash(addr); in macvlan_hash_lookup_source()
170 h = &port->vlan_source_hash[macvlan_eth_hash(addr)]; in macvlan_hash_add_source()
181 u32 idx = macvlan_eth_hash(addr); in macvlan_hash_add()
429 u32 idx = macvlan_eth_hash(addr); in macvlan_forward_source()