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

/linux-master/drivers/net/
H A Dmacvlan.c124 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, function
222 if (macvlan_hash_lookup(port, addr))
474 src = macvlan_hash_lookup(port, eth->h_source);
502 vlan = macvlan_hash_lookup(port, eth->h_dest);
546 dest = macvlan_hash_lookup(port, eth->h_dest);

Completed in 108 milliseconds