Home
last modified time | relevance | path

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

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