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

/linux-master/drivers/net/
H A Dmacvlan.c101 static u32 macvlan_eth_hash(const unsigned char *addr) function
128 u32 idx = macvlan_eth_hash(addr);
143 u32 idx = macvlan_eth_hash(addr);
171 h = &port->vlan_source_hash[macvlan_eth_hash(addr)];
182 u32 idx = macvlan_eth_hash(addr);
429 u32 idx = macvlan_eth_hash(addr);

Completed in 133 milliseconds