Searched refs:macvlan_hash_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macvlan.c | 120 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, in macvlan_hash_lookup() function 218 if (macvlan_hash_lookup(port, addr)) in macvlan_addr_busy() 465 src = macvlan_hash_lookup(port, eth->h_source); in macvlan_handle_frame() 488 vlan = macvlan_hash_lookup(port, eth->h_dest); in macvlan_handle_frame() 532 dest = macvlan_hash_lookup(port, eth->h_dest); in macvlan_queue_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macvlan.c | 124 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, in macvlan_hash_lookup() function 222 if (macvlan_hash_lookup(port, addr)) in macvlan_addr_busy() 474 src = macvlan_hash_lookup(port, eth->h_source); in macvlan_handle_frame() 502 vlan = macvlan_hash_lookup(port, eth->h_dest); in macvlan_handle_frame() 546 dest = macvlan_hash_lookup(port, eth->h_dest); in macvlan_queue_xmit()
|
Completed in 6 milliseconds