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

/drivers/net/
H A Dmacvlan.c95 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, function
191 if (macvlan_hash_lookup(port, addr))
420 src = macvlan_hash_lookup(port, eth->h_source);
442 vlan = macvlan_hash_lookup(port, eth->h_dest);
484 dest = macvlan_hash_lookup(port, eth->h_dest);

Completed in 27 milliseconds